You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apps/ttyd/files/ttyd.service

11 lines
155 B

[Unit]
Description=Terminal over HTTP
[Service]
User=root
ExecStart=/usr/bin/ttyd -W -p 9000 login
Restart=on-abort
[Install]
WantedBy=multi-user.target