1
0
mirror of https://github.com/azlux/log2ram.git synced 2023-10-10 13:37:24 +02:00

Make log2ram shutdown after journald has shutdown

#83 At system shutdown log2ram should wait until journald has shutdown before syncing back to disk, otherwise it will sync an unclosed journal log.
This commit is contained in:
Zak Kemble 2019-07-26 23:59:56 +01:00
parent 07b3599823
commit 87540578cc

View File

@ -17,3 +17,4 @@ RemainAfterExit=yes
[Install] [Install]
WantedBy=sysinit.target WantedBy=sysinit.target
RequiredBy=systemd-journald.service