16 lines
308 B
Desktop File
16 lines
308 B
Desktop File
[Unit]
|
|
Description=Surface Dial Renewed Driver
|
|
After=graphical-session.target
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=%h/.cargo/bin/surface-dial-renewed --mode multitouch
|
|
Restart=on-failure
|
|
RestartSec=2
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=default.target
|