blob: 1bc03310740794415cd2af177af2f94ddce21f92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# conf.d file for prosody-filer
#
# Specify the path to the configuration file.
#
PROSODY_FILER_CONF="/etc/prosody-filer/config.toml"
#
# Specify the user the daemon should run under.
#
PROSODY_FILER_USER="prosody-filer"
#
# Specify the group the daemon should run under.
#
PROSODY_FILER_GROUP="prosody-filer"
|