mirror of
https://github.com/tuxedocomputers/tuxedo-touchpad-switch.git
synced 2025-01-19 03:51:17 +01:00
11 lines
154 B
SYSTEMD
11 lines
154 B
SYSTEMD
|
[Unit]
|
||
|
Description=TUXEDO Touchpad Switch
|
||
|
After=gdm.service
|
||
|
|
||
|
[Service]
|
||
|
User=gdm
|
||
|
ExecStart=/usr/bin/tuxedo-touchpad-switch
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=gdm.service
|