Skip to main content

Questions tagged [start-stop-daemon]

Use this tag for questions about start-stop-daemon, a command to start/stop/status jobs on Debian and derivatives, with sysvinit. Use the systemd tag instead for systemctl based job management.

2 votes
1 answer
211 views

I have an init script to start qbittorrent-nox on my server. It works fine when I first start the server, but if I shut down the qbittorrent-nox process (service qbittorrent stop) it will not start ...
Martin Vegter's user avatar
1 vote
0 answers
1k views

MongoDb run fine with the default settings. The issue occurs when I change the default log path in cat /etc/mongod.conf to the below: systemLog: destination: file logAppend: true path: /var/www/...
Ashar's user avatar
  • 527
0 votes
1 answer
872 views

Trying to stop the transmission daemon on debian 11 gives me: start-stop-daemon --stop --chuid debian-transmission --exec /usr/bin/transmission-daemon -- --config-dir /var/lib/transmission-daemon/info ...
vytaux's user avatar
  • 53
2 votes
1 answer
3k views

I entered sudo shutdown -h now to shutdown my computer. Then, the "A stop job is running..." message appeared. I wanted to abort my shutdown and go back to appropriately closing the running ...
dungarian's user avatar
  • 465
0 votes
1 answer
716 views

I have a Linux based device which is running certain services on boot-up, however one of them seems to be taking over a minute to close as I run adb shell shutdown -h now command. Is there a way to ...
xyf's user avatar
  • 141
2 votes
0 answers
4k views

Exacactly the same issue as Failed to start Docker Container Engine, as I'm getting dockerd failed to start daemon: Error initializing network controller: list bridge addresses failed: ...
xpt's user avatar
  • 1,924
2 votes
1 answer
8k views

I wrote this service in/etc/systemd/system called nexusiq.service: [Unit] Description=Nexus IQ Service After=network.target [Service] Type=simple ExecStart=/etc/init.d/nexus-iq-server start ExecStop=/...
Nicola Auricchio's user avatar
2 votes
1 answer
394 views

How am I supposed to do this in systemd? start unit.A started unit.A start unit.B started unit.B stop unit.A stopped unit.A stop unit.B stopped unit.B I know After=/Before= will order units in ...
Zoltan K.'s user avatar
  • 613
0 votes
0 answers
357 views

I have a daemon in init.d which except for the name and description has exactly the same structure as the standard ubuntu skeleton file. When I try to run said daemon using sudo /etc/init.d/mydaemon ...
user avatar
1 vote
1 answer
4k views

I see that the daemon service is started and stopped via the commands: startsrc and stopsrc on group/subsystem. I have init.d script and I want to make it daemon service in AIX. From these commands ...
Gordon's user avatar
  • 21
2 votes
0 answers
2k views

I’m running a program on raspberry pi which opens few other python programs for a certain amount of time and then closes them. What is happening: if I’m running the main program from e.g. Python 3 ...
samson77's user avatar
6 votes
1 answer
5k views

Under certain conditions, I want the sshd daemon to be stopped. When I do this, I want the currently open connections to be stopped too. By default, the sshd service does not kill existing connections ...
volingas's user avatar
  • 203
0 votes
1 answer
158 views

My setup There is a box containing an NSLU2 (aka a "slug") controlling a church heating system and running Slugos (which is essentially Linux 2.6.27.8 - the IOT tends to be running somewhat ancient ...
Charles Lindsey's user avatar
16 votes
3 answers
92k views

I'm learning how to create services with systemd. I get this error: .service: Start request repeated too quickly. I can't start the service any more; it was working yesterday. What am I doing wrong? ...
somethingSomething's user avatar
0 votes
1 answer
813 views

I am attempting to write a cross-platform sysvinit service that works on as many sysvinit systems as possible. Things I need: The process needs to daemonize (it does not automatically daemonize ...
horseyguy's user avatar
  • 133

15 30 50 per page