diff options
Diffstat (limited to 'www-apps/ttyd/files/ttyd.service')
-rw-r--r-- | www-apps/ttyd/files/ttyd.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www-apps/ttyd/files/ttyd.service b/www-apps/ttyd/files/ttyd.service new file mode 100644 index 000000000000..caa95ab1a910 --- /dev/null +++ b/www-apps/ttyd/files/ttyd.service @@ -0,0 +1,10 @@ +[Unit] +Description=Terminal over HTTP + +[Service] +User=root +ExecStart=/usr/bin/ttyd -p 9000 login +Restart=on-abort + +[Install] +WantedBy=multi-user.target |