1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 09:16:11 +00:00
g810-led/systemd/g810-led.service

11 lines
184 B
SYSTEMD
Raw Normal View History

2016-06-17 20:13:11 +00:00
[Unit]
Description=Set Logitech G810 Led Profile
[Service]
2016-12-24 04:23:01 +00:00
ExecStart=/usr/bin/g810-led -p /etc/g810-led/profile
2017-01-14 23:33:12 +00:00
Type=oneshot
RemainAfterExit=yes
2016-06-17 20:13:11 +00:00
[Install]
WantedBy=multi-user.target