Skip to content

Instantly share code, notes, and snippets.

@nondanee
Created March 3, 2019 10:04
Show Gist options
  • Save nondanee/759c9018693749cc2b7c459e07df0856 to your computer and use it in GitHub Desktop.
Save nondanee/759c9018693749cc2b7c459e07df0856 to your computer and use it in GitHub Desktop.
systemctl configuration file for ttyd
[Unit]
Description=Terminal over HTTP
[Service]
User=root
ExecStart=/usr/local/bin/ttyd -p 9000 login
Restart=on-abort
[Install]
WantedBy=multi-user.target
@nondanee
Copy link
Author

nondanee commented Mar 3, 2019

/etc/systemd/system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment