Problem : I’ve got a script in ubuntu 9.04 in init.d that I’ve set to run on start on with […]
Tag: init
Where and how are custom startup commands configured in Linux?
Problem : I’d like to add custom startup commands (for example starting a process, registering to a registration server, downloading […]
How to convert a Systemd service to OpenRC?
Problem : I want to add a service to my Artix linux system, which is a Arch Linux drivate with […]
init.d script – Permission denied
Problem : I’m trying to create a init.d script for my server which should start/stop the teamspeak server and some […]
Understanding init script faults with sysctl
Problem : I made my own init script for starting a Mono web application within mod-mono-server2 container (I didn’t use […]
Does Linux Mint use upstart or update-rc.d to manage init scripts?
Problem : In Linux Mint 15 the /etc/init.d/README is copied from Debian and says to use update-rc.d to manage scripts. […]
How to select the OpenRC init system during Linux installation?
Problem : I want to install Debian Linux (on a 2009 Macbook Pro), opting for the OpenRC init system. By […]
LSB init service dependency
Problem : I have added the two services A and B. B is dependent on A, meaning that if I […]
Does Linux Mint use upstart or update-rc.d to manage init scripts?
Problem : In Linux Mint 15 the /etc/init.d/README is copied from Debian and says to use update-rc.d to manage scripts. […]
How to debug old init.d script under systemd?
Problem : I can’t get any output from the script. systemd just prints: sinopia.service: control process exited, code=exited status=203 Failed […]