Skip to content

Instantly share code, notes, and snippets.

@TheTinkerDad
Created February 25, 2022 16:56
Show Gist options
  • Save TheTinkerDad/6087fbfa08f19096f19b338905fd12e4 to your computer and use it in GitHub Desktop.
Save TheTinkerDad/6087fbfa08f19096f19b338905fd12e4 to your computer and use it in GitHub Desktop.
[Unit]
Description=Run HA Bridge service
DefaultDependencies=no
#After=network.target
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/opt/ha-bridge/ha-bridge.sh
TimeoutStartSec=0
RemainAfterExit=yes
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment