aports/testing/xrdp/xrdp.initd
2015-01-15 14:50:34 +00:00

10 lines
116 B
Plaintext

#!/sbin/runscript
command=/usr/sbin/$SVCNAME
pidfile=/var/run/$SVCNAME.pid
depend() {
need net
after firewall
}