aports/testing/autofs/autofs.initd
Henrik Riomar 92890fbdb0 testing/autofs: misc fixes
Clarify license, and some minor fixes.
2019-03-21 23:01:57 +01:00

15 lines
222 B
Plaintext

#!/sbin/openrc-run
name=${RC_SVCNAME}
pidfile="/run/${RC_SVCNAME}.pid"
command="/usr/sbin/automount"
command_args="$automount_opts --pid-file $pidfile"
command_background="yes"
depend() {
need net
after firewall
}