File autofs.service of Package autofs.2291
[Unit]
Description=Automounts filesystems on demand
Documentation=man:automount(8) man:autofs(5)
After=network.target remote-fs.target nss-lookup.target nss-user-lookup.target
Before=systemd-logind.service
[Service]
Type=forking
PIDFile=/var/run/automount.pid
EnvironmentFile=-/etc/sysconfig/autofs
ExecStart=/usr/sbin/automount $AUTOFS_OPTIONS -p /var/run/automount.pid
ExecReload=/usr/bin/kill -HUP $MAINPID
TimeoutSec=180
[Install]
WantedBy=multi-user.target