Today I learned
  • Home
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
Sign in Subscribe

daemon

A collection of 2 posts
shell

How do I get a process to run in the background?

Simple / Usable things first If you want a start script without much effort, you could use the upstart service. See the corresponding manual page and /etc/init/*.conf for examples. After creating such a process you can start your server by calling service my server start If you want more
Feb 9, 2016 1 min read
shell

Best way to make a shell script daemon?

I wanted to run a shell script as a daemon, and I was exploring SO as usual, and one of the answers that I found interesting and that fits my use case was: (./install.sh &) & Ref: to the original question here [http://stackoverflow.com/questions/3430330/best-way-to-make-a-shell-script-daemon] .
Dec 31, 2015
Page 1 of 1
Today I learned © 2023
Powered by Ghost