1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-04-04 23:31:48 +00:00
g810-led/systemd/g810-led-reboot.service
2018-12-24 01:33:34 -07:00

13 lines
221 B
Desktop File

[Unit]
Description=Set G810 profile on shutdown
DefaultDependencies=no
Before=shutdown.target reboot.target halt.target
[Service]
ExecStart=/usr/bin/g810-led -p /etc/g810-led/reboot
[Install]
WantedBy=shutdown.target