mirror of
https://github.com/azlux/log2ram.git
synced 2023-10-10 13:37:24 +02:00
Merge pull request #12 from zador-blood-stained/master
Update service dependencies to start on early boot
This commit is contained in:
commit
05a31e0e35
@ -1,6 +1,11 @@
|
||||
[Unit]
|
||||
Description=Log2Ram
|
||||
Before=syslog.target mysql.service fail2ban.service nginx.service rsyslog.service
|
||||
DefaultDependencies=no
|
||||
Before=rsyslog.service syslog.target systemd-journald.service sysinit.target shutdown.target
|
||||
After=local-fs.target
|
||||
Conflicts=shutdown.target
|
||||
RequiresMountsFor=/var/log /var/log.hdd
|
||||
IgnoreOnIsolate=yes
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
@ -10,4 +15,4 @@ ExecReload= /usr/local/bin/log2ram write
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=sysinit.target
|
||||
|
Loading…
Reference in New Issue
Block a user