diff options
author | nico <nico@magicbroccoli.de> | 2019-12-07 14:48:25 +0100 |
---|---|---|
committer | Martin/Geno <geno+dev@fireorbit.de> | 2019-12-07 14:48:25 +0100 |
commit | 9c33cf856b7fc51300f7c803195a8b75f7fa127e (patch) | |
tree | 580d2a3cfe59d67762cbc2a1ceb885a8e615576a /contrib | |
parent | e3e3222f203d8ec209bd63d1229090472ef7ba49 (diff) |
systemd compliance
+ add possibility to customize db name via config file
+ file path configurations are dealt with dynamically
* at least Debian does not feature a group called nobody it is called nogroup
I am not sure if other systems feature a group called nobody.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/init/linux-systemd/ejabberd-influxdb.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/init/linux-systemd/ejabberd-influxdb.service b/contrib/init/linux-systemd/ejabberd-influxdb.service index bade80f..4ac487e 100644 --- a/contrib/init/linux-systemd/ejabberd-influxdb.service +++ b/contrib/init/linux-systemd/ejabberd-influxdb.service @@ -4,7 +4,7 @@ Description=ejabberd2influxdb [Service] Type=simple User=nobody -Group=nobody +Group=nogroup ExecStart=/opt/ejabberd-metrics/influx.py Restart=always RestartSec=5s |