mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-24 23:56:50 +01:00
16 lines
285 B
Desktop File
16 lines
285 B
Desktop File
[Unit]
|
|
Description=OVOS ZRAM ramdisk
|
|
DefaultDependencies=no
|
|
Before=ramdisk.mount
|
|
RefuseManualStart=true
|
|
RefuseManualStop=true
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/ovos-zram -t fs -m ramdisk -s 20M
|
|
RemainAfterExit=true
|
|
StandardOutput=null
|
|
|
|
[Install]
|
|
WantedBy=ovos-zram.target
|