Created
February 25, 2022 16:56
-
-
Save TheTinkerDad/6087fbfa08f19096f19b338905fd12e4 to your computer and use it in GitHub Desktop.
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
[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