Update systemd scripts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[Journal]
|
||||
Storage=auto
|
||||
Compress=yes
|
||||
SystemMaxUse=8M
|
||||
RuntimeMaxUse=8M
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
[Unit]
|
||||
Description=Hassio overlay targets
|
||||
Documentation=man:systemd.target(5)
|
||||
@@ -2,6 +2,7 @@
|
||||
Description=NetworkManager system connections
|
||||
Requires=mnt-overlay.mount
|
||||
After=mnt-overlay.mount
|
||||
Before=NetworkManager.service
|
||||
|
||||
[Mount]
|
||||
What=/mnt/overlay/etc/NetworkManager/system-connections
|
||||
@@ -10,4 +11,4 @@ Type=None
|
||||
Options=bind
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=hassio-bind.target
|
||||
@@ -2,7 +2,7 @@
|
||||
Description=Dropbear Host Key
|
||||
Requires=mnt-overlay.mount
|
||||
After=mnt-overlay.mount
|
||||
Before=dropbearkey.service
|
||||
Before=dropbear.service
|
||||
|
||||
[Mount]
|
||||
What=/mnt/overlay/etc/dropbear
|
||||
@@ -11,4 +11,4 @@ Type=none
|
||||
Options=bind
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=hassio-bind.target
|
||||
@@ -13,4 +13,4 @@ Type=None
|
||||
Options=bind
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=hassio-bind.target
|
||||
@@ -13,4 +13,4 @@ Type=None
|
||||
Options=bind
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=hassio-bind.target
|
||||
@@ -2,6 +2,7 @@
|
||||
Description=Hassio boot partition
|
||||
DefaultDependencies=no
|
||||
Before=umount.target
|
||||
After=local-fs.target
|
||||
Conflicts=umount.target
|
||||
|
||||
[Mount]
|
||||
Reference in New Issue
Block a user