Skip to content
Snippets Groups Projects
ttyd.service 225 B
Newer Older
  • Learn to ignore specific revisions
  • Nathan RODET's avatar
    Nathan RODET committed
    [Unit]
    Description=ttyd web server to allow remote access to terminal
    After=network.target
    
    [Service]
    ExecStart=/root/ttyd/ttyd.x86_64 -p 8082 -i lo -c admin:%user_password% -T xterm bash
    
    [Install]
    WantedBy=multi-user.target