Last active
August 25, 2021 23:45
-
-
Save varnav/444adba211eefaea2a3b1e73becf9f23 to your computer and use it in GitHub Desktop.
Systemd .service file for vdlm2dec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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