]> wagnertech.de Git - projects.git/blob - webssh/webssh.service
Korrektur webssh executable
[projects.git] / webssh / webssh.service
1 [Unit]
2 Description=WebSSH
3 After=network.target
4
5 [Service]
6 ExecStart=/usr/bin/webssh
7 KillMode=process
8 Restart=on-failure
9 RestartSec=3
10 Type=simple
11
12 [Install]
13 WantedBy=multi-user.target
14 Alias=frps.service