18 lines
335 B
Desktop File
18 lines
335 B
Desktop File
[Unit]
|
|
Description=Cezen Web Terminal (ttyd)
|
|
After=network.target
|
|
|
|
[Service]
|
|
# Bind to localhost only — Nginx proxies /console/ to this port
|
|
ExecStart=/usr/bin/ttyd \
|
|
--port 7681 \
|
|
--interface 127.0.0.1 \
|
|
--writable \
|
|
login -f cezen-console
|
|
Restart=always
|
|
RestartSec=5
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|