mirror of
https://github.com/MatMoul/g810-led.git
synced 2025-04-04 23:31:48 +00:00
Simplified systemd files.
This commit is contained in:
parent
bfc823030d
commit
9cb693e270
@ -6,8 +6,6 @@ Before=shutdown.target reboot.target halt.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/g810-led -p /etc/g810-led/reboot
|
ExecStart=/usr/bin/g810-led -p /etc/g810-led/reboot
|
||||||
Type=oneshot
|
|
||||||
RemainAfterExit=yes
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=shutdown.target
|
WantedBy=shutdown.target
|
||||||
|
@ -3,8 +3,6 @@ Description=Set Logitech G810 Led Profile
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/g810-led -p /etc/g810-led/profile
|
ExecStart=/usr/bin/g810-led -p /etc/g810-led/profile
|
||||||
Type=oneshot
|
|
||||||
RemainAfterExit=yes
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user