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

command=/usr/sbin/mfschunkserver

depend() {
	need syslog
	after net
}