12 lines
217 B
SYSTEMD
12 lines
217 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Configure Wacom tablet
|
||
|
|
After=graphical-session.target
|
||
|
|
PartOf=graphical-session.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/home/chris/.local/bin/initwacom
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=graphical-session.target
|