some basic config stuff

This commit is contained in:
t3chn0m4g3
2016-07-30 00:32:03 +00:00
parent a70a1bdb43
commit 12842527bb
16 changed files with 555 additions and 40 deletions

View File

@ -0,0 +1,13 @@
[Unit]
Description=wetty
Requires=sshd.service
After=sshd.service
[Service]
Restart=always
User=tsec
Group=tsec
ExecStart=/usr/bin/node /usr/local/lib/node_modules/wetty/app.js -p 64300 --host 127.0.0.1 --sshhost 127.0.0.1 --sshport 64295
[Install]
WantedBy=multi-user.target