summaryrefslogtreecommitdiffstats
path: root/remote/tools/base/data/etc/systemd/system
diff options
context:
space:
mode:
authorSimon Rettberg2013-02-20 19:23:17 +0100
committerSimon Rettberg2013-02-20 19:23:17 +0100
commit251736ef43c9f7f0093b65b93c7cb6ccc429b0ef (patch)
tree0f95c3fad2f06cc169e20eb1618bc252dd894da4 /remote/tools/base/data/etc/systemd/system
parent[base module] clean passwd/group/shadow of host system: remove local users/gr... (diff)
parent:Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-251736ef43c9f7f0093b65b93c7cb6ccc429b0ef.tar.gz
tm-scripts-251736ef43c9f7f0093b65b93c7cb6ccc429b0ef.tar.xz
tm-scripts-251736ef43c9f7f0093b65b93c7cb6ccc429b0ef.zip
Merge branch 'master' of ssh://openslx/openslx-ng/tm-scripts
Diffstat (limited to 'remote/tools/base/data/etc/systemd/system')
-rw-r--r--remote/tools/base/data/etc/systemd/system/basic.target.wants/rsyslog.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/remote/tools/base/data/etc/systemd/system/basic.target.wants/rsyslog.service b/remote/tools/base/data/etc/systemd/system/basic.target.wants/rsyslog.service
new file mode 100644
index 00000000..8e253ee1
--- /dev/null
+++ b/remote/tools/base/data/etc/systemd/system/basic.target.wants/rsyslog.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=System Logging Service
+Before=udev.service
+
+[Service]
+ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
+ExecStart=/usr/sbin/rsyslogd -n -c5
+Sockets=syslog.socket
+StandardOutput=null
+
+[Install]
+WantedBy=multi-user.target