1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-24 12:28:43 +00:00

Create var-log-journal.mount

This commit is contained in:
Pascal Vizeli
2018-03-26 22:55:39 +02:00
committed by GitHub
parent a81c8e6208
commit fd3bcf57f1

View File

@@ -0,0 +1,16 @@
[Unit]
Description=Systemd persistent logging
DefaultDependencies=no
Requires=mnt-overlay.mount
After=mnt-overlay.mount
Before=umount.target
Conflicts=umount.target
[Mount]
What=/mnt/overlay/var/log/journal
Where=/var/log/journal
Type=None
Options=bind
[Install]
WantedBy=multi-user.target