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 b2edf7a commit 6f0749aCopy full SHA for 6f0749a
config/openbsd/etc/rc.d/wsddn
@@ -0,0 +1,8 @@
1
+#!/bin/ksh
2
+
3
+daemon="/usr/local/bin/wsddn --unixd"
4
+daemon_flags="--config /etc/wsddn/wsddn.conf --pid-file=/var/run/wsddn.pid --log-file=/var/log/wsddn.log"
5
6
+. /etc/rc.d/rc.subr
7
8
+rc_cmd $1
0 commit comments