aboutsummaryrefslogtreecommitdiffstats
path: root/main/xrdp/xrdp.initd
blob: 8a067e819cb6cf4590ec9486ea6d2773356a7a1a (plain)
1
2
3
4
5
6
7
8
9
#!/sbin/openrc-run

command=/usr/sbin/$SVCNAME
pidfile=/var/run/$SVCNAME.pid

depend() {
	need net
	after firewall
}