mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-29 05:04:27 +01:00
15 lines
295 B
SYSTEMD
15 lines
295 B
SYSTEMD
[Unit]
|
|
Description=Kernel persistent modules-load.d
|
|
Requires=mnt-overlay.mount
|
|
After=mnt-overlay.mount
|
|
Before=systemd-modules-load.service hassos-config.service
|
|
|
|
[Mount]
|
|
What=/mnt/overlay/etc/modules-load.d
|
|
Where=/etc/modules-load.d
|
|
Type=None
|
|
Options=bind
|
|
|
|
[Install]
|
|
WantedBy=hassos-bind.target
|