Create zram-var.service
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Hassio ZRAM var
|
||||
Requires=var.mount
|
||||
Before=var.mount
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/sbin/hassio-zram -t sf -m var -s 32M
|
||||
RemainAfterExit=true
|
||||
|
||||
[Install]
|
||||
WantedBy=hassio-zram.target
|
||||
Reference in New Issue
Block a user