aports/testing/autofs/autofs.initd
2019-08-19 11:34:52 -03:00

15 lines
239 B
Plaintext

#!/sbin/openrc-run
supervisor=supervise-daemon
name="${RC_SVCNAME}"
description="Kernel-based automounter"
command=/usr/sbin/automount
command_args="$automount_opts"
command_args_foreground="-f"
depend() {
need net
after firewall
}