Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/zram-swap.service
Pascal Vizeli 3a5d2de705 Rename OS (#16)
Rename OS
2018-05-14 22:37:39 +02:00

14 lines
225 B
Desktop File

[Unit]
Description=HassOS ZRAM swap
DefaultDependencies=no
Before=dev-zram0.swap
[Service]
Type=oneshot
ExecStart=/usr/sbin/hassos-zram -t swap
RemainAfterExit=true
StandardOutput=null
[Install]
WantedBy=hassos-zram.target