13 lines
202 B
Desktop File
13 lines
202 B
Desktop File
[Unit]
|
|
Description=Hassio ZRAM swap
|
|
Requires=dev-zram0.swap
|
|
Before=dev-zram0.swap
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/sbin/hassio-zram -t swap
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=hassio-zram.target
|