diff options
Diffstat (limited to 'testing/domoticz/domoticz.initd')
-rw-r--r-- | testing/domoticz/domoticz.initd | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/domoticz/domoticz.initd b/testing/domoticz/domoticz.initd deleted file mode 100644 index 139e3345fd..0000000000 --- a/testing/domoticz/domoticz.initd +++ /dev/null @@ -1,19 +0,0 @@ -#!/sbin/openrc-run - -name=domoticz -command=/usr/bin/$name -command_args="-daemon -userdata $userdata -approot $approot -pidfile $pidfile $daemon_args" -command_background=YES -start_stop_daemon_args="--user $user" - -depend() { - use logger dns - need net - after firewall -} - -start_pre() { - checkpath --directory --owner "$user" \ - --mode 0775 /var/run/"$name" -} - |