This commit is contained in:
Martin 2019-09-13 18:50:01 +02:00
commit 747b4fbcf8
3 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[Unit]
Description=Safe Harbor SSH tunnel
After=network.target
[Service]
User=$i
ExecStart=/usr/bin/python3 /usr/lib/safe-harbor/safe-harbor.py
Restart=always
RestartSec=90
[Install]
WantedBy=multi-user.target