mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
12 lines
157 B
Bash
12 lines
157 B
Bash
#!/sbin/openrc-run
|
|
|
|
description="Piler SMTP server"
|
|
|
|
command="/usr/bin/$SVCNAME"
|
|
command_args_background="-d"
|
|
|
|
depend() {
|
|
need net
|
|
after firewall
|
|
}
|
|
|