mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-07-09 05:01:03 +03:00
Add link to a systemd config post
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user