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

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

depend() {
	need net
	after firewall
}