Skip to content

Instantly share code, notes, and snippets.

@hb9fxq
Created November 3, 2021 21:49
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 hb9fxq/f4a51f0b3db496792ae02ccb2a038bfb to your computer and use it in GitHub Desktop.
Save hb9fxq/f4a51f0b3db496792ae02ccb2a038bfb to your computer and use it in GitHub Desktop.
[Unit]
Description=flex radio discovery
Wants=network-online.target
After=network-online.target
[Service]
ExecStart=/usr/bin/flexi --REMOTES=192.168.92.7:7777 --LOCALIFIP=192.168.178.1 --LOCALPORT=7788 --LOCALBR=192.168.178.255
Restart=always
RestartSec=10
StandardOutput=null
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment