File autofs.service of Package autofs.openSUSE_13.1_Update
[Unit]
Description=Automounts filesystems on demand
After=network.target remote-fs.target ypbind.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