mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 07:33:18 +02:00
20 lines
317 B
Django/Jinja
20 lines
317 B
Django/Jinja
[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
|
|
|