diff options
| author | Jonathan Bauer | 2013-02-20 17:41:09 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-02-20 17:41:09 +0100 |
| commit | 2b83f13fbf418cf196650f059888ecf996b3a29b (patch) | |
| tree | c8437eb97003d37313660cc5b952cc5c06f1a37c /remote/tools/base | |
| parent | Make mltk more good and less bad (diff) | |
| download | tm-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.service | 12 |
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 |
