Skip to main content

Timeline for Daemonize a process in shell?

Current License: CC BY-SA 3.0

10 events
when toggle format what by license comment
Mar 20, 2024 at 8:05 comment added shlomoa The link redirects to linux games
May 28, 2018 at 0:38 vote accept Tim
May 23, 2017 at 12:40 history edited CommunityBot
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Apr 13, 2017 at 12:36 history edited CommunityBot
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Apr 21, 2016 at 16:37 answer added Gene Pauly timeline score: 19
Mar 1, 2016 at 16:27 history edited Tim CC BY-SA 3.0
added 92 characters in body
Feb 29, 2016 at 18:39 comment added Rui F Ribeiro Have a look at start-stop-daemon in Debian ; I will leave here a related thread from stack overflow stackoverflow.com/questions/16139940/… which is more interesting than the raw man page
Feb 29, 2016 at 18:02 comment added Panther depends on your definition of daemons. If you merely mean running in the background detached from a terminal then yes you are running firefox as a daemon. "standard" daemons, however, typically are not run by users, have an init script and logging, and typically some sort of security, often apparmor or selinux depending on if you are running Ubuntu or Fedora (or similar). See linfo.org/daemon.html .
Feb 29, 2016 at 17:54 answer added MelBurslan timeline score: -1
Feb 29, 2016 at 17:41 history asked Tim CC BY-SA 3.0