archrelease: copy trunk to extra-x86_64
[arch-packages.git] / ifplugd / repos / extra-x86_64 / ifplugd.systemd
blob4d407be9ea669710c80da9cc6fafe8bed4c7ec45
1 [Unit]
2 Description=Daemon which acts upon network cable insertion/removal
4 [Service]
5 Type=forking
6 PIDFile=/run/ifplugd.%i.pid
7 ExecStart=/usr/bin/ifplugd-daemon %i
8 SuccessExitStatus=0 1 2
10 [Install]
11 WantedBy=multi-user.target