mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
Create zram-tmp.service
This commit is contained in:
parent
5d49d5e90f
commit
8fe21c4036
@ -0,0 +1,12 @@
|
|||||||
|
[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
|
Loading…
x
Reference in New Issue
Block a user