safe-harbor/systemd/safe-harbor@.service
2019-09-13 18:50:01 +02:00

12 lines
212 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
[Install]
WantedBy=multi-user.target