aboutsummaryrefslogtreecommitdiffstats
path: root/testing/autofs/autofs.initd
blob: 1614fe1fe6e63984398689e06fc933375568c921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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
}