1[Unit]
2Description=Lightweight SLP Server
3
4After=network.target
5
6[Service]
7ExecStart=/usr/sbin/slpd
8SyslogIdentifier=slpd
9Restart=always
10
11[Install]
12WantedBy=multi-user.target
13