mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
14 lines
221 B
SYSTEMD
14 lines
221 B
SYSTEMD
[Unit]
|
|
Description=Systemd persistent state
|
|
Requires=mnt-overlay.mount
|
|
After=mnt-overlay.mount
|
|
|
|
[Mount]
|
|
What=/mnt/overlay/var/lib/systemd
|
|
Where=/var/lib/systemd
|
|
Type=None
|
|
Options=bind
|
|
|
|
[Install]
|
|
WantedBy=ovos-bind.target
|