Skip to content

Commit 6377d7f

Browse files
authored
contrib/openrc: remove SIGHUP logic (#1236)
as it is long gone from the daemon code and unexpectedly kills the daemon
1 parent 5b8dbc8 commit 6377d7f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

contrib/openrc/yggdrasil

-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ CONFFILE="/etc/yggdrasil.conf"
66
pidfile="/run/${RC_SVCNAME}.pid"
77

88
command="/usr/bin/yggdrasil"
9-
extra_started_commands="reload"
109

1110
depend() {
1211
use net dns logger
@@ -42,12 +41,6 @@ start() {
4241
eend $?
4342
}
4443

45-
reload() {
46-
ebegin "Reloading ${RC_SVCNAME}"
47-
start-stop-daemon --signal HUP --pidfile "${pidfile}"
48-
eend $?
49-
}
50-
5144
stop() {
5245
ebegin "Stopping ${RC_SVCNAME}"
5346
start-stop-daemon --stop --pidfile "${pidfile}" --exec "${command}"

0 commit comments

Comments
 (0)