mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 23:23:52 +01:00
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
15 lines
346 B
Plaintext
15 lines
346 B
Plaintext
# 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
|