X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/03cd58bdb16034f1d0e2ae5ef835a3a977948ae9..9e6fd74b79b27c48bfa9ea61c4c4070abcdd0d29:/webssh/webssh.service diff --git a/webssh/webssh.service b/webssh/webssh.service new file mode 100644 index 0000000..d3563ff --- /dev/null +++ b/webssh/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