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

pidfile=/var/run/hiawatha.pid
command=/usr/sbin/hiawatha

depend() {
	need firewall
}