mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
8 lines
119 B
Bash
Executable file
8 lines
119 B
Bash
Executable file
#!/sbin/openrc-run
|
|
|
|
pidfile="/run/$RC_SVCNAME.pid"
|
|
command="/usr/sbin/corosync-notifyd"
|
|
|
|
depend() {
|
|
need net
|
|
}
|