Skip to content

Instantly share code, notes, and snippets.

@varnav
Last active August 25, 2021 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save varnav/444adba211eefaea2a3b1e73becf9f23 to your computer and use it in GitHub Desktop.
Save varnav/444adba211eefaea2a3b1e73becf9f23 to your computer and use it in GitHub Desktop.
Systemd .service file for vdlm2dec
# /etc/systemd/system/vdlm2dec.service
[Unit]
Description=Runs vdlm2dec as a service
After=network-online.target
Wants=network-online.target
[Service]
Type = exec
ExecStart=/usr/local/bin/vdlm2dec -q -G -i JD-KJFK0-VDL2 -j feed.acars.io:5555 -r 0 136.650 136.800 136.975
Restart=on-failure
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment