blob: 02d593c190d81c04a648e027663cd7e8db22021a [file] [log] [blame]
Ratan96da4892016-11-17 16:06:21 +05301[Unit]
2Description=Lightweight SLP Server
3
4After=network.target
5
6[Service]
7ExecStart={sbindir}/slpd
8Restart=always
9
10[Install]
11WantedBy={SYSTEMD_DEFAULT_TARGET}