saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-06-28 13:58:08 +03:00
parent f3aa21d388
commit 8d7d57094b
5 changed files with 18 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
.include "$CONFDIR/common.conf"
options {
pidfile = "$RUNDIR/rspamd.pid";
pidfile = "/var/run/rspamd.pid";
.include "$CONFDIR/options.inc"
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/options.inc"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/options.inc"