summaryrefslogtreecommitdiffstats
path: root/remote/tools/base
diff options
context:
space:
mode:
authorJonathan Bauer2013-02-20 17:41:09 +0100
committerJonathan Bauer2013-02-20 17:41:09 +0100
commit2b83f13fbf418cf196650f059888ecf996b3a29b (patch)
treec8437eb97003d37313660cc5b952cc5c06f1a37c /remote/tools/base
parentMake mltk more good and less bad (diff)
downloadtm-scripts-2b83f13fbf418cf196650f059888ecf996b3a29b.tar.gz
tm-scripts-2b83f13fbf418cf196650f059888ecf996b3a29b.tar.xz
tm-scripts-2b83f13fbf418cf196650f059888ecf996b3a29b.zip
init auto hw config
Diffstat (limited to 'remote/tools/base')
-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