aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxd/lxd.initd
blob: 9d3c666b0c164cd8b50029abb18211f3f680eca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run
# (c) 2016 Alpine Linux

command="/usr/sbin/lxd"
command_args="${LXD_OPTIONS}"
command_background="true"
pidfile="/var/run/${RC_SVCNAME}.pid"

depend() {
    need net
    use lxcfs
	after firewall
}