mirror of
https://github.com/la5nta/pat
synced 2026-08-13 17:46:54 -04:00
11 lines
229 B
Desktop File
11 lines
229 B
Desktop File
[Unit]
|
|
Description=Rigcontrol with rigctld
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/default/rigctld
|
|
ExecStart=/usr/bin/rigctld -m ${MODEL} -r ${DEV} ${EXTRA_OPTS}
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|