Today I learned
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
  • About
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
09 Feb 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.
31 Dec 2015
Page 1 of 1
Today I learned © 2025
Powered by Ghost