diff options
| author | Simon Rettberg | 2013-02-20 19:23:17 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-02-20 19:23:17 +0100 |
| commit | 251736ef43c9f7f0093b65b93c7cb6ccc429b0ef (patch) | |
| tree | 0f95c3fad2f06cc169e20eb1618bc252dd894da4 /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) | |
| download | tm-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.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 |
