mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-01 06:02:23 +01:00
Create zram-run.service
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Hassio ZRAM run
|
||||
Requires=run.mount
|
||||
Before=run.mount
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/sbin/hassio-zram -t sf -m run -s 16M
|
||||
RemainAfterExit=true
|
||||
|
||||
[Install]
|
||||
WantedBy=hassio-zram.target
|
||||
Reference in New Issue
Block a user