socklog-void: switch to INSTALL.msg.

This commit is contained in:
Juan RP 2014-09-16 09:32:34 +02:00
parent 61414bab42
commit 7d4f9d9777
3 changed files with 18 additions and 21 deletions

View file

@ -3,25 +3,5 @@ post)
setcap cap_syslog+ep /usr/bin/nanoklogd
chown -R root:socklog /var/log/socklog
chmod 2750 /var/log/socklog/*
cat <<_EOF
=======================================================================
To enable socklog-void, start the following runit services, and
ensure no other syslogd is running:
* socklog-unix
* nanoklogd
Logs reside in /var/log/socklog/*, use svlogtail for simple access.
To access logs as ordinary user, add yourself to group socklog:
# sudo usermod -a -G socklog <user>
and then re-login to make it effective.
=======================================================================
_EOF
;;
esac

View file

@ -0,0 +1,17 @@
=======================================================================
To enable socklog-void, start the following runit services, and
ensure no other syslogd is running:
* socklog-unix
* nanoklogd
Logs reside in /var/log/socklog/*, use svlogtail for simple access.
To access logs as ordinary user, add yourself to group socklog:
# sudo usermod -a -G socklog <user>
and then re-login to make it effective.
=======================================================================

View file

@ -1,6 +1,6 @@
# Template file for 'socklog-void'
pkgname=socklog-void
version=20140719
version=20140916
revision=1
build_style=gnu-makefile
system_groups="socklog"