Browse Source

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.
pull/85/head
Zak Kemble 5 years ago
parent
commit
87540578cc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      log2ram.service

+ 1
- 0
log2ram.service View File

@@ -17,3 +17,4 @@ RemainAfterExit=yes

[Install]
WantedBy=sysinit.target
RequiredBy=systemd-journald.service

Loading…
Cancel
Save