summarylogtreecommitdiffstats
path: root/rustdesk.initd
blob: 83807d3417c3410e745e2f8c75cb3ce3d4032827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run

name=$RC_SVCNAME
description="RustDesk Daemon Service"
supervisor="supervise-daemon"
command="/usr/bin/rustdesk"
command_args="--service"

depend() {
	after xdm
	need net
}