mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-23 09:32:31 +01:00
12 lines
163 B
Plaintext
12 lines
163 B
Plaintext
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
|
|
name=nullmailer
|
|
description="Nullmailer relay-only MTA"
|
|
|
|
command=/usr/sbin/nullmailer-send
|
|
|
|
depend() {
|
|
need net
|
|
}
|