You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
317 B
19 lines
317 B
[Unit]
|
|
Description=Bluemind syslog daemon
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/bin/socat -t0 -T0 -u -s udp4-recv:10514 stdout
|
|
User=bm-syslog
|
|
Group=bm-syslog
|
|
Restart=always
|
|
PrivateTmp=yes
|
|
PrivateDevices=yes
|
|
ProtectSystem=full
|
|
ProtectHome=yes
|
|
NoNewPrivileges=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|