diff --git a/etc/stunnel-ogboot.service b/etc/stunnel-ogboot.service new file mode 100644 index 0000000..ed3957e --- /dev/null +++ b/etc/stunnel-ogboot.service @@ -0,0 +1,12 @@ +[Unit] +Description=stunnel TLS client tunnel to ogCore +After=network.target + +[Service] +Type=simple +ExecStart=/usr/bin/stunnel /opt/opengnsys/ogboot/etc/stunnel/stunnel-ogboot-client.conf +Restart=always +RestartSec=5 + +[Install] +WantedBy=multi-user.target