Commit Graph

13 Commits

Author SHA1 Message Date
Deoren Moor 89e54ac90a Reference include file before exporting $USER
We should check for and pull in the include file before exporting `$USER` in case the user has opted to override the default setting.
2015-08-19 08:59:11 -05:00
Bernhard Scheirle b29e8daffd Adds example apache proxy configuration 2015-08-07 16:07:50 +02:00
Daniel Gultsch aeda6ac875 Merge pull request #31 from deoren/init-script-allow-overrides
Fixed placement of inclusion of overrides file
2015-08-03 10:13:03 +02:00
Deoren Moor 194fbe3776 Fixed placement of inclusion of overrides file
In the last commit I mistakenly placed the inclusion of the "overrides" file _after_ the $DAEMON variable test instead of before it as I meant to do.
2015-08-03 00:51:21 -05:00
Martin Honermeyer 64e34a76a5 Fix typo in prosody config snippet 2015-08-03 00:26:50 +02:00
Deoren Moor 6f2a9f4a02 Update init script to reference /etc/default file
Instead of requiring the user to modify the /etc/init.d/httpuploadcomponent file, the init.d script should support checking for and including the corresponding /etc/default/httpuploadcomponent conf file (if present). This will allow the user to customize the settings for the daemon to match their specific environment.

References:

- https://www.debian.org/doc/debian-policy/ch-opersys.html
2015-08-02 13:27:37 -05:00
Sam Whited 24b6a11970 Add a cronjob example to remove old files 2015-07-26 09:34:55 -05:00
Daniel Gultsch f528a250f1 added prosody example config snippet 2015-07-22 11:28:50 +02:00
Daniel Gultsch 4d547d5f20 Merge pull request #11 from SamWhited/patch-2
Create nginx_site_example
2015-07-22 10:51:44 +02:00
Sam Whited 0dd07d316a Create nginx_site_example 2015-07-22 02:23:59 -05:00
Sam Whited cbce080d39 Create ejabberd_cfg_snippet.yml 2015-07-22 02:03:29 -05:00
Daniel Gultsch dfc2c26bce moved service file into contrib directory 2015-07-20 18:15:47 +02:00
Lars Bensmann c3b41b2415 Make configfile and logfile configurable via commandline options
Use argparse to parse --config und --logfile so it can be better used from
a startup script.

Add Debian startup-script in contrib/
2015-07-18 14:04:17 +02:00