diff options
Diffstat (limited to 'net-misc/stargazer')
-rw-r--r-- | net-misc/stargazer/files/rscriptd | 2 | ||||
-rw-r--r-- | net-misc/stargazer/files/sgauth | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/stargazer/files/rscriptd b/net-misc/stargazer/files/rscriptd index 7092a0e5bc1..d8ddf44f696 100644 --- a/net-misc/stargazer/files/rscriptd +++ b/net-misc/stargazer/files/rscriptd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run DAEMON=/usr/sbin/rscriptd RSCRIPTD_OPTS="/etc/stargazer/rscriptd.conf" diff --git a/net-misc/stargazer/files/sgauth b/net-misc/stargazer/files/sgauth index 130b525935d..0dec60bfa1a 100644 --- a/net-misc/stargazer/files/sgauth +++ b/net-misc/stargazer/files/sgauth @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run DAEMON=/usr/sbin/sgauth SGAUTH_OPTS="/etc/stargazer/sgauth.conf" |