import
This commit is contained in:
commit
747b4fbcf8
3 changed files with 53 additions and 0 deletions
12
systemd/safe-harbor@.service
Normal file
12
systemd/safe-harbor@.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue