gorush/contrib/init/debian
Romanenko Alexey e186d7004f
fix config path in readme #514 (#516)
2020-05-29 11:58:06 +08:00
..
README.md fix config path in readme #514 (#516) 2020-05-29 11:58:06 +08:00
gorush feat: [ci skip] add debian/ubuntu init script. (#210) 2017-04-06 12:21:28 +08:00

README.md

Run gorush in Debian/Ubuntu

Installation

Put gorush binary into /usr/bin folder.

cp gorush /usr/bin/
chmod +x /usr/bin/gorush

put gorush init script into /etc/rc.d

cp contrib/init/debian/gorush /etc.rc.d/

install and remove System-V style init script links

update-rc.d gorush start 20 2 3 4 5 . stop 80 0 1 6 .

Start service

create gorush configuration file.

mkdir -p /etc/gorush
cp config/testdata/config.yml /etc/gorush/

start gorush service.

/etc/init.d/gorush start