aboutsummaryrefslogtreecommitdiffstats
path: root/udp514-journal.service
blob: 5ae11f8aaf883cff3d5bd0852537e24327fac248 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Forward syslog from network (udp/514) to journal
Requires=systemd-journald.socket
After=network.target

[Service]
Type=notify
ExecStart=/usr/bin/udp514-journal
ProtectSystem=full
ProtectHome=on
PrivateDevices=on
NoNewPrivileges=on

[Install]
WantedBy=multi-user.target