Fix example to reworked format syntax.
This commit is contained in:
parent
dc3fcb0e09
commit
f9340fb8b2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue