1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/community/autofs/autofs.initd
2021-06-17 14:25:30 +00:00

14 lines
239 B
Text

#!/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
}