mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-14 20:32:17 +01:00
12 lines
185 B
Plaintext
12 lines
185 B
Plaintext
#!/sbin/runscript
|
|
|
|
description="MultiISP load balancing and failover"
|
|
command=/usr/sbin/pingu
|
|
command_args="-d"
|
|
pidfile=/var/lib/pingu/pingu.pid
|
|
|
|
depend() {
|
|
need net
|
|
after firewall
|
|
}
|