[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