]> mj.ucw.cz Git - nwho.git/blob - debian/nwho.service
Make the systemd service be ordered after autofs.service, so that it is ordered befor...
[nwho.git] / debian / nwho.service
1 [Unit]
2 Description=Network who service
3 After=network-online.target autofs.service
4 Wants=autofs.service
5
6 [Service]
7 EnvironmentFile=/etc/default/nwho
8 ExecStart=/usr/sbin/nwhod -d ${NWHOSERVER}
9 ExecStopPost=/bin/sh -c 'rm -f /var/state/nwho/*'
10
11 [Install]
12 WantedBy=multi-user.target