1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/corosync/corosync-notifyd.initd
2025-05-29 03:15:10 +00:00

8 lines
119 B
Bash
Executable file

#!/sbin/openrc-run
pidfile="/run/$RC_SVCNAME.pid"
command="/usr/sbin/corosync-notifyd"
depend() {
need net
}