]> git.pld-linux.org Git - packages/rpm.git/blame - rpm.sysconfig
- SysV and systemd service activation settings
[packages/rpm.git] / rpm.sysconfig
CommitLineData
3a4e2b64 1# This file is intended for setting rpm options that cannot be set as macros
2#
3# NOTE:
4# At this moment only few packages use this features.
5
6# How verbose the .rpm scripts/triggers should be?
7RPM_SCRIPTVERBOSITY=5
8
1ef39fd0 9# Should unused users be removed at package deinstallation?
3a4e2b64 10RPM_USERDEL=yes
35c569fe
ER
11
12# Should automatic restarts from rpm upgrades be skipped?
1ef39fd0
JB
13# You can also disable this per service, if service supports it from
14# /etc/sysconfig/SERVICE
35c569fe 15#RPM_SKIP_AUTO_RESTART=yes
b2f9977a
JR
16
17# Should package upgrades activate SysV service?
18# You don't want to disable this unless you're planning to fully
19# migrate to systemd or want serviceles system.
20RPM_ACTIVATE_SYSV_SERVICE=yes
21
22# Should package upgrades activate systemd service?
23# This means migrating init scripts from SysV to systemd.
24# If you disable this, systemd units will not be enabled for newly
25# installed/upgraded services
26RPM_ACTIVATE_SYSTEMD_SERVICE=yes
This page took 0.117751 seconds and 4 git commands to generate.