From 7bb56b62f04f71c5f5b0f2bdf5716ae22435ed7e Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Thu, 15 Feb 2018 12:20:04 -0500 Subject: [PATCH] Add link to a systemd config post --- Deployment.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Deployment.md b/Deployment.md index daa406a..d644f62 100644 --- a/Deployment.md +++ b/Deployment.md @@ -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