mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-26 09:35:24 +00:00
11 lines
304 B
Desktop File
11 lines
304 B
Desktop File
[Unit]
|
|
Description=Set CFS tweaks
|
|
After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/set-cfs-tkg-tweaks
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
|