File autofs.service of Package autofs
18
1
[Unit]
2
Description=Automounts filesystems on demand
3
Documentation=man:automount(8) man:autofs(5)
4
After=network.target remote-fs.target nss-lookup.target nss-user-lookup.target
5
Before=systemd-logind.service
6
7
[Service]
8
Type=forking
9
PIDFile=/run/automount.pid
10
EnvironmentFile=-/etc/sysconfig/autofs
11
ExecStart=/usr/sbin/automount $AUTOFS_OPTIONS -p /run/automount.pid
12
ExecReload=/usr/bin/kill -HUP $MAINPID
13
TimeoutSec=180
14
KillMode=mixed
15
16
[Install]
17
WantedBy=multi-user.target
18