User Tools

Site Tools


linux:sbnc

sBNC copy paste install blah blah notepad blah blah lazy you blah

adduser sbnc
apt-get install git autoconf automake libtool swig gcc tcl-tls build-essential tcl-dev libssl-dev
su sbnc
cd
git clone https://github.com/gunnarbeutner/shroudbnc.git
cd shroudbnc
./autogen.sh
./configure
make
make install
cd ~/sbnc/
./sbnc

system.sslport=12345
system.port=12346
system.md5=1

[Unit]
Description=shroudBNC
After=network-online.target

[Service]
Type=simple
User=sbnc
Group=sbnc

ExecStart=/home/sbnc/sbnc/bin/sbnc --foreground --config /home/sbnc/sbnc

Restart=on-failure

# Configures the time to wait before service is stopped forcefully.
TimeoutStopSec=300

[Install]
WantedBy=multi-user.target

systemctl enable sbnc
systemctl start sbnc
systemctl status sbnc

linux/sbnc.txt · Last modified: 2016/03/28 02:28 by mathias