Fix example to reworked format syntax.

This commit is contained in:
Mark Nellemann 2021-01-26 21:55:18 +01:00
parent dc3fcb0e09
commit f9340fb8b2
1 changed files with 1 additions and 3 deletions

View File

@ -2,11 +2,9 @@
Description=Simple Syslog Service
[Service]
#User=nobody
#Group=nogroup
TimeoutStartSec=0
Restart=always
ExecStart=/opt/syslogd/bin/syslogd --forward --no-stdout
ExecStart=/opt/syslogd/bin/syslogd --no-stdout --forward localhost:1514
[Install]
WantedBy=default.target