avahi Service hinzugefügt

default-file über debian-dir integriert
logsystem closeall bei Programmende
typo pyloadverion in pyloadversion geändert
default xmlport von 55123 auf 55239 geändert
Bugfix: _zeroprocimg
This commit is contained in:
2017-09-17 12:31:41 +02:00
parent 3944ec2801
commit 1a2944efcb
11 changed files with 68 additions and 37 deletions

14
debian/revpipyload.default vendored Normal file
View File

@@ -0,0 +1,14 @@
# Defaults for revpipyload initscript
# sourced by /etc/init.d/revpipyload
# installed at /etc/default/revpipyload by the maintainer scripts
#
# This is a POSIX shell fragment
#
# Additional options that are passed to the Daemon.
# For verbose logging add a -v or -vv
DAEMON_ARGS="-d"
# Codepage for Python (do not change)
export LANG=C.UTF-8