diff options
| author | michael | 2013-02-20 19:05:33 +0100 |
|---|---|---|
| committer | michael | 2013-02-20 19:05:33 +0100 |
| commit | 56768840998ed7b98e3b412fae004ba375a64f93 (patch) | |
| tree | 1e963106f0d402f58e1d4c3dbd117969644f33d3 /remote/tools/base/data/etc/systemd/system | |
| parent | install libkmod from source (diff) | |
| parent | init auto hw config (diff) | |
| download | tm-scripts-56768840998ed7b98e3b412fae004ba375a64f93.tar.gz tm-scripts-56768840998ed7b98e3b412fae004ba375a64f93.tar.xz tm-scripts-56768840998ed7b98e3b412fae004ba375a64f93.zip | |
Merge branch 'master' of git.openslx.org: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.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 |
