mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-05 07:03:02 +02:00
The Avahi daemon needs to be restarted when changing its configuration file in /etc/avahi/avahi-daemon.conf, not sufficient to SIGHUP. Also, minor reformatting for new style. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
6 lines
201 B
Plaintext
6 lines
201 B
Plaintext
# <!>: dropbear does not honor SIGHUP.
|
|
# -R: Create hostkeys if needed.
|
|
# -F: Run in foreground.
|
|
service <!> env:-/etc/default/dropbear \
|
|
[2345] dropbear -F -R $DROPBEAR_ARGS -- Dropbear SSH daemon
|