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

command=/usr/sbin/mfsmaster

depend() {
	need syslog
	after net
}