Add link to a systemd config post

Andrey Petrov 2018-02-15 12:20:04 -05:00
parent 9c141401b6
commit 7bb56b62f0

@ -1,7 +1,8 @@
This page documents how to deploy ssh-chat using various methods
## OpenRC
/etc/init.d/openrc:
`/etc/init.d/openrc`:
#!/sbin/openrc-run
@ -14,7 +15,7 @@ This page documents how to deploy ssh-chat using various methods
command_user="nobody" # If you want to secure your keyfile, you should change this to a
# user specifically for running ssh-chat
/etc/conf.d/openrc:
`/etc/conf.d/openrc`:
# Config for /etc/init.d/ssh-chat
# See `/usr/bin/ssh-chat --help` for more details
@ -37,5 +38,6 @@ This page documents how to deploy ssh-chat using various methods
# The logfile location
log="/var/log/ssh-chat.log"
# systemd
- https://impactcore.blogspot.ca/2017/09/ssh-chat-irc-like-chat-client-over-ssh.html