A first stab at creating debian packages
Signed-off-by: Jan Vidar Krey <janvidar@extatic.org>
This commit is contained in:
10
debian/uhub.default
vendored
Normal file
10
debian/uhub.default
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Defaults for uhub initscript
|
||||
# sourced by /etc/init.d/uhub
|
||||
# installed at /etc/default/uhub by the maintainer scripts
|
||||
|
||||
# Additional options that are passed to the Daemon.
|
||||
ENABLED=1
|
||||
LOGFILE="/var/log/uhug.log"
|
||||
USER=nobody
|
||||
GROUP=nogroup
|
||||
DAEMON_OPTS="-f -l ${LOGFILE} -u ${USER} -g {GROUP}"
|
||||
Reference in New Issue
Block a user