safe-harbor/systemd/safe-harbor@.service
2019-09-13 19:08:53 +02:00

9 lines
174 B
Desktop File

[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