Fix example to reworked format syntax.
This commit is contained in:
parent
dc3fcb0e09
commit
f9340fb8b2
|
@ -2,11 +2,9 @@
|
||||||
Description=Simple Syslog Service
|
Description=Simple Syslog Service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
#User=nobody
|
|
||||||
#Group=nogroup
|
|
||||||
TimeoutStartSec=0
|
TimeoutStartSec=0
|
||||||
Restart=always
|
Restart=always
|
||||||
ExecStart=/opt/syslogd/bin/syslogd --forward --no-stdout
|
ExecStart=/opt/syslogd/bin/syslogd --no-stdout --forward localhost:1514
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|
Loading…
Reference in a new issue