diff options
Diffstat (limited to 'testing/sane/sane-saned.initd')
-rw-r--r-- | testing/sane/sane-saned.initd | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/sane/sane-saned.initd b/testing/sane/sane-saned.initd deleted file mode 100644 index 6482073ef4..0000000000 --- a/testing/sane/sane-saned.initd +++ /dev/null @@ -1,14 +0,0 @@ -#!/sbin/openrc-run - -description="SANE network scanner server" - -owner=saned -pidfile=/run/saned/saned.pid -cfgfile=/etc/sane.d/saned.conf -command=/usr/sbin/saned -command_args="-a $owner" -required_files="$cfgfile" - -start_pre() { - checkpath -dm755 -o $owner ${pidfile%/*} -} |