Fix severals problems

This commit is contained in:
Pascal Vizeli
2018-04-05 00:14:16 +02:00
parent 52b7f94c2e
commit e2a0632e31
10 changed files with 15 additions and 27 deletions

View File

@@ -1,10 +1,11 @@
[Unit]
Description=Hassio ZRAM var
DefaultDependencies=no
Before=var.mount
[Service]
Type=oneshot
ExecStart=/sbin/hassio-zram -t sf -m var -s 32M
ExecStart=/sbin/hassio-zram -t fs -m var -s 32M
RemainAfterExit=true
[Install]