mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-12 09:14:43 +01:00
16 lines
267 B
Desktop File
16 lines
267 B
Desktop File
[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
|