Browse Source

start service before syslog-ng service too

prevent conflicts and failed startup of the syslog-ng daemon
if it's been used instead of the default rsyslog.
pull/93/head
Tamas Pal 5 years ago
parent
commit
7cf6164364
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      log2ram.service

+ 1
- 1
log2ram.service View File

@@ -1,7 +1,7 @@
[Unit]
Description=Log2Ram
DefaultDependencies=no
Before=basic.target rsyslog.service syslog.target systemd-journald.service sysinit.target shutdown.target zram-swap-conf.service apache2.service
Before=basic.target rsyslog.service syslog-ng.service syslog.target systemd-journald.service sysinit.target shutdown.target zram-swap-conf.service apache2.service
After=local-fs.target
Conflicts=shutdown.target reboot.target halt.target
RequiresMountsFor=/var/log /var/hdd.log


Loading…
Cancel
Save