aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lizardfs/lizardfs-master.initd
blob: 9e2e29f4a0bd73b11c3c4272ad3b3d0bc1651353 (plain)
1
2
3
4
5
6
7
8
9
#!/sbin/openrc-run

command=/usr/sbin/mfsmaster

depend() {
	need syslog
	after net
}