mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-03 20:17:46 +01:00
16 lines
267 B
SYSTEMD
16 lines
267 B
SYSTEMD
|
[Unit]
|
||
|
Description=OVOS ZRAM swap
|
||
|
DefaultDependencies=no
|
||
|
Before=dev-zram0.swap
|
||
|
RefuseManualStart=true
|
||
|
RefuseManualStop=true
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/libexec/ovos-zram -t swap
|
||
|
RemainAfterExit=true
|
||
|
StandardOutput=null
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=ovos-zram.target
|