mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2025-12-06 05:32:02 +01:00
15 lines
342 B
Desktop File
15 lines
342 B
Desktop File
[Unit]
|
|
Description=D-STAR APRS Transmit Daemon
|
|
Wants=ircddbgatewayd.service
|
|
After=ircddbgatewayd.service
|
|
|
|
[Service]
|
|
User=opendv
|
|
EnvironmentFile=/etc/opendv/aprstransmitd_%i.conf
|
|
ExecStart=/usr/sbin/aprstransmitd %i -host $APRS_SERVER -port $APRS_PORT -filter ${FILTER}
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
DefaultInstance=1
|