mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 17:26:11 +00:00
11 lines
180 B
SYSTEMD
11 lines
180 B
SYSTEMD
|
[Unit]
|
||
|
Description=Set Logitech G810 Led Profile
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/g810-led -p /etc/g810-led/profile
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|