mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +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
|
|
}
|