summarylogtreecommitdiffstats
path: root/kvmd-webterm.service
blob: d4cacfb8042dbde4e94f896fd0aedfa4f9194e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Pi-KVM Web Terminal (GoTTY)
After=network.target

[Service]
User=kvmd-webterm
Group=kvmd-webterm
WorkingDirectory=/home/kvmd-webterm

Environment=TERM=xterm-256color
ExecStart=/usr/bin/gotty --title-format="GoTTY / {{ .hostname }}" --address=127.0.0.1 --port=8090 --permit-write /bin/bash

[Install]
WantedBy=multi-user.target