mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 14:52:14 +01:00
9 lines
119 B
Bash
Executable File
9 lines
119 B
Bash
Executable File
#!/sbin/openrc-run
|
|
|
|
pidfile="/run/$RC_SVCNAME.pid"
|
|
command="/usr/sbin/corosync-notifyd"
|
|
|
|
depend() {
|
|
need net
|
|
}
|