this may sound as a silly question, but how can one restart daemons when they crash? Is there a documentation page for that?
The usual, Linux way would use either
- Code: Select all
systemctl
- Code: Select all
service
When running, Transmission daemon uses command line
- Code: Select all
/usr/local/bin/transmission-daemon -g /share/1000/tr-daemon -w /share/1000/tr-downloads
However when I call httpd from the command line with
it runs as user root./usr/bin/httpd -f httpd.conf -d /etc -k start
Is that the proper way to restart?

