meta-raspberrypi/recipes-core/systemd/rpi-zram-service/rpi-zram.service
David-John Willis 03eef509e4 rpi-zram-service: Add little systemd service to enable zram on the RPi.
* Needs to move to something more generic in time.
2012-04-24 13:56:05 +01:00

13 lines
251 B
Desktop File

[Unit]
Description=Enable zram compressed in-memory swap.
After=multi-user.target
[Service]
RemainAfterExit=yes
ExecStart=/usr/bin/rpi-load-zram.sh --load
ExecStop=/usr/bin/rpi-load-zram.sh --unload
Type=oneshot
[Install]
WantedBy=multi-user.target