Top "Init.d" questions

The init.

How can I set environment variables in my Linux service for Asterisk even though it doesn't have a real user?

I have created a linux service that runs as a deamon (and gets started from /etc/init.d/X). I …

linux perl bash asterisk init.d
Nginx daemon stop is failing

I've got Ubuntu 11.04 i386 server with nginx 1.0.11 installed. Also, I'm using this init.d script, the only one I've found …

ubuntu nginx daemon init.d
How to start a Node.js app on system boot?

I'm working on a Raspberry Pi running Raspbian running a Node.js app and trying to get it to start …

node.js raspbian init.d
How to make my init.d script change users

I have this script which I would like to switch to the user "terraria" before starting the daemon. I can't …

linux bash init init.d
insserv: missing `Required-Stop:' entry: please add even if empty

In the /etc/init.d/myservice script i have the following lines ### BEGIN INIT INFO # Provides: myserviced # Required-Start: $syslog # Required-Stop: $…

linux service suse init.d sysv
How to detect when networking initialized in /etc/init.d script?

I have an /etc/init.d/ script that starts on boot and requires networking to be in place. I have …

bash shell ubuntu init.d rc
Daemonizing a python script in debian

I have a python script that i want to run in the background on startup. This is the script: #!/usr/…

python debian daemon raspberry-pi init.d
How to automatically start Kafka upon system startup in Ubuntu?

Does Kafka have an official way (e.g. an init.d script) to start Kafka on system start up? The …

ubuntu apache-kafka init.d
Start java process at boot and auto-restart on death

I have two requirements for my Java app. If it dies, restart it. If the server reboots, restart it - …

java linux bash init.d
Run Qt application on startup as Linux daemon

I've developed a Qt application which contains a TCP server and such. I'm now trying to make Ubuntu packages and …

qt scripting startup daemon init.d