summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
authorBruno Thomsen <bruno.thomsen@gmail.com>2021-01-28 13:41:10 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-01-29 08:18:07 +0100
commit1568291d5fb31071522d1c8d2846718b41a046b6 (patch)
tree5a6509862829b4be9049ff5f7399bc151876cfac /projectroot
parentac14c276baea400aff0460be2418bc20d4ad11d7 (diff)
downloadptxdist-1568291d5fb31071522d1c8d2846718b41a046b6.tar.gz
ptxdist-1568291d5fb31071522d1c8d2846718b41a046b6.tar.xz
rsyslog: version bump 8.26.0 -> 8.2012.0
New configure options in 8.2012.0 has been disabled, except 2 new options: - atomic-operations is always enabled. - libsystemd support is {en,dis}abled with RSYSLOG_SYSTEMD. Removed options are no longer available in configure. lmstrmsrv does not exist any longer. According to changelog the gcc 10 compile issues was fixed in 8.2010.0 and included in this version. Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Message-Id: <20210128124111.5290-1-bruno.thomsen@gmail.com> [mol: add local systemd service. It was removed upstream] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/usr/lib/systemd/system/rsyslog.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/projectroot/usr/lib/systemd/system/rsyslog.service b/projectroot/usr/lib/systemd/system/rsyslog.service
new file mode 100644
index 000000000..4e378fdaf
--- /dev/null
+++ b/projectroot/usr/lib/systemd/system/rsyslog.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=System Logging Service
+Requires=syslog.socket
+Documentation=https://www.rsyslog.com/doc/
+
+[Service]
+Type=notify
+ExecStart=/usr/sbin/rsyslogd -n -iNONE
+StandardOutput=null
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target
+Alias=syslog.service