We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8dbc8 commit 6377d7fCopy full SHA for 6377d7f
contrib/openrc/yggdrasil
@@ -6,7 +6,6 @@ CONFFILE="/etc/yggdrasil.conf"
6
pidfile="/run/${RC_SVCNAME}.pid"
7
8
command="/usr/bin/yggdrasil"
9
-extra_started_commands="reload"
10
11
depend() {
12
use net dns logger
@@ -42,12 +41,6 @@ start() {
42
41
eend $?
43
}
44
45
-reload() {
46
- ebegin "Reloading ${RC_SVCNAME}"
47
- start-stop-daemon --signal HUP --pidfile "${pidfile}"
48
- eend $?
49
-}
50
-
51
stop() {
52
ebegin "Stopping ${RC_SVCNAME}"
53
start-stop-daemon --stop --pidfile "${pidfile}" --exec "${command}"
0 commit comments