From 54378a355c31bf2e05fa90100ea3df6fc3ad56a1 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 8 Jan 2018 13:30:44 +0100 Subject: initial commit --- udp514-journal.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 udp514-journal.service (limited to 'udp514-journal.service') diff --git a/udp514-journal.service b/udp514-journal.service new file mode 100644 index 0000000..5ae11f8 --- /dev/null +++ b/udp514-journal.service @@ -0,0 +1,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 -- cgit v1.2.3-54-g00ecf