source: trunk/cereal/share/cereal/logrun @ 40

Last change on this file since 40 was 40, checked in by jrollins, 7 years ago

cereal: Reorganized repository directory structure and updated install/pack scripts

  • Property svn:executable set to *
File size: 263 bytes
Line 
1#!/bin/bash
2
3exec 2>&1
4
5export SHAREDIR="/usr/local/share/cereal"
6. "$SHAREDIR/common"
7
8LOGUSER="$(cat ../env/LOGUSER)"
9
10if ! check_group "$LOGUSER" ; then
11    failure "'$LOGUSER' is not a valid user."
12fi
13   
14exec chpst -u "$LOGUSER" svlogd -t ./main <../socket
Note: See TracBrowser for help on using the repository browser.