13 lines
203 B
Desktop File
13 lines
203 B
Desktop File
[Unit]
|
|
Description=Hassio ZRAM tmp
|
|
Requires=tmp.mount
|
|
Before=tmp.mount
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/sbin/hassio-zram -t sf -m tmp -s 16M
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=hassio-zram.target
|