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

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

depend() {
	after firewall
}