13 lines
255 B
Desktop File
13 lines
255 B
Desktop File
# IMPORTANT: modify the "ExecStart" field to reflect your surface-dial-daemon install dir
|
|
|
|
[Unit]
|
|
Description=Surface Dial Daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
StandardOutput=journal
|
|
ExecStart=%h/.cargo/bin/surface-dial-daemon
|
|
|
|
[Install]
|
|
WantedBy=default.target
|