mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-28 16:13:25 +02:00
20 lines
317 B
Plaintext
20 lines
317 B
Plaintext
![]() |
[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
|
||
|
|