mirror of
https://github.com/la5nta/pat
synced 2026-08-13 17:46:54 -04:00
Convenient for users that want to easily start/stop ARDOPc, or have it start automatically on boot.
11 lines
217 B
Desktop File
11 lines
217 B
Desktop File
[Unit]
|
|
Description=ardopc - ARDOP softmodem for %i
|
|
After=network.target sound.target
|
|
|
|
[Service]
|
|
User=%i
|
|
ExecStart=/bin/sh -c "cd /tmp && /usr/local/bin/ardopc"
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|