Update systemd scripts

This commit is contained in:
Pascal Vizeli
2018-03-30 01:15:30 +02:00
parent bf76338a66
commit 44ccc029e0
10 changed files with 28 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
[Journal]
Storage=auto
Compress=yes
SystemMaxUse=8M
RuntimeMaxUse=8M

View File

@@ -0,0 +1,3 @@
[Unit]
Description=Hassio overlay targets
Documentation=man:systemd.target(5)

View File

@@ -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

View File

@@ -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

View File

@@ -13,4 +13,4 @@ Type=None
Options=bind
[Install]
WantedBy=multi-user.target
WantedBy=hassio-bind.target

View File

@@ -13,4 +13,4 @@ Type=None
Options=bind
[Install]
WantedBy=multi-user.target
WantedBy=hassio-bind.target

View File

@@ -2,6 +2,7 @@
Description=Hassio boot partition
DefaultDependencies=no
Before=umount.target
After=local-fs.target
Conflicts=umount.target
[Mount]