1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Bumps and systemd changes

This commit is contained in:
j1nx
2023-04-19 13:22:01 +02:00
parent 3108dda9fe
commit bc09e46898
9 changed files with 63 additions and 3 deletions

View File

@ -0,0 +1,15 @@
[Unit]
Description=OpenVoiceOS rootfs r/w overlay setup
DefaultDependencies=no
RefuseManualStart=true
RefuseManualStop=true
Before=overlay-bind.target
After=mnt-overlay.mount
[Service]
Type=oneshot
ExecStart=/usr/libexec/overlay-setup
RemainAfterExit=true
[Install]
WantedBy=local-fs.target