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