mirror of
https://github.com/MatMoul/g810-led.git
synced 2025-04-05 07:41:45 +00:00
13 lines
216 B
Desktop File
13 lines
216 B
Desktop File
[Unit]
|
|
Description=Set G810 profile on resume
|
|
Before=sleep.target
|
|
StopWhenUnneeded=yes
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStop=/usr/bin/g810-led -p /etc/g810-led/profile
|
|
|
|
[Install]
|
|
WantedBy=sleep.target
|