X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/4459a117041130da080b61d1da7a140f9c775bca..d1a6a68568c61787a7e39fc235b8e2719e47ac8a:/etc/webssh.service diff --git a/etc/webssh.service b/etc/webssh.service new file mode 100644 index 0000000..d3563ff --- /dev/null +++ b/etc/webssh.service @@ -0,0 +1,14 @@ +[Unit] +Description=WebSSH +After=network.target + +[Service] +ExecStart=/usr/bin/webssh +KillMode=process +Restart=on-failure +RestartSec=3 +Type=simple + +[Install] +WantedBy=multi-user.target +Alias=frps.service