mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Changes and fixes for usbmount and systemd
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
[Unit]
|
||||
Description=OpenVoiceOS overlay partition
|
||||
DefaultDependencies=no
|
||||
Before=umount.target local-fs.target
|
||||
Conflicts=umount.target
|
||||
After=systemd-fsck@dev-disk-by\x2dpartlabel-overlay\x2dbind.service
|
||||
Wants=systemd-fsck@dev-disk-by\x2dpartlabel-overlay\x2dbind.service
|
||||
|
||||
[Mount]
|
||||
What=/dev/disk/by-partlabel/overlayfs
|
||||
Where=/mnt/overlay
|
||||
Type=ext4
|
||||
|
||||
[Install]
|
||||
WantedBy=local-fs.target
|
@ -1,15 +0,0 @@
|
||||
[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
|
@ -1,7 +0,0 @@
|
||||
[Unit]
|
||||
Description=OpenVoiceOS rootfs r/w overlay target
|
||||
Documentation=man:systemd.target(5)
|
||||
Before=sysinit.target
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user