ebuild for UTM5

This commit is contained in:
2011-10-28 17:13:27 +04:00
parent 02d2a047e3
commit 49d12dad37
9 changed files with 293 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# This is configuration file for /etc/init.d/utm5_rfw.
# Username we should start service from. If you do not know what to do just issue the commands:
# groupadd rfw
# useradd -g rfw rfw
USERNAME="rfw"
# Name of group, log file will be owned by. If not specified, will be primary group for rfw user.
# GROUPNAME="users"
# You may add here additional parameters.
# For example -f will issue rules for Connected users with the start of utm5_rfw.
ARGS="-f"