socklog-void: switch to INSTALL.msg.
This commit is contained in:
parent
61414bab42
commit
7d4f9d9777
3 changed files with 18 additions and 21 deletions
|
@ -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
|
||||
|
|
17
srcpkgs/socklog-void/INSTALL.msg
Normal file
17
srcpkgs/socklog-void/INSTALL.msg
Normal 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.
|
||||
|
||||
=======================================================================
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue