blob: 5d587093f36ea120e4d39ea016756d8004cc42f8 [file] [log] [blame]
Ratan269c5e02016-11-17 16:06:21 +05301[Unit]
2Description=Lightweight SLP Server
3
4After=network.target
5
6[Service]
Michael Tritz0ad3b1d2017-08-15 14:07:23 -05007ExecStart=/usr/bin/env slpd
8SyslogIdentifier=slpd
Ratan269c5e02016-11-17 16:06:21 +05309Restart=always
10
11[Install]
12WantedBy={SYSTEMD_DEFAULT_TARGET}