Hacker News new | ask | show | jobs
by dharmab 2038 days ago
> Does the init process restarts the daemon?

In systemd, this depends on what the Restart option in the service unit is set to. The default is to not restart.

https://www.freedesktop.org/software/systemd/man/systemd.ser...