Skip to content
Snippets Groups Projects
Commit 6763b4b4 authored by Carsten Rosenberg's avatar Carsten Rosenberg
Browse files

[Minor] Adjust again config paths

parent babdbce2
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ After=syslog.target network.target remote-fs.target nss-lookup.target
[Service]
Type=simple
EnvironmentFile=-/etc/dovecot/poolmon
EnvironmentFile=-/etc/dovecot/poolmon.conf
WorkingDirectory=/
ExecStart=/usr/local/sbin/poolmon -f $OPTIONS
Restart=on-failure
......
......@@ -24,8 +24,8 @@
# Source function library.
. /etc/init.d/functions
if [ -f /etc/dovecot/poolmon -a $UID -eq 0 ]; then
. /etc/dovecot/poolmon
if [ -f /etc/dovecot/poolmon.conf -a $UID -eq 0 ]; then
. /etc/dovecot/poolmon.conf
fi
RETVAL=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment