mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
13 lines
251 B
Desktop File
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
|