mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-01 06:02:23 +01:00
Make machine-id persist (#649)
* Make machine-id persist * update * Adjustments * cleanup * fix cleanups * small cleanup
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
[Unit]
|
||||
Description=Systemd persistent logging
|
||||
Requires=mnt-overlay.mount
|
||||
After=mnt-overlay.mount
|
||||
Requires=mnt-data.mount
|
||||
After=mnt-data.mount
|
||||
Before=systemd-journal-flush.service
|
||||
|
||||
[Mount]
|
||||
What=/mnt/overlay/var/log/journal
|
||||
What=/mnt/data/logs
|
||||
Where=/var/log/journal
|
||||
Type=None
|
||||
Options=bind
|
||||
|
||||
Reference in New Issue
Block a user