2016-04-04 14:51:55 +00:00
|
|
|
# -*- Mode: rpm-spec; indent-tabs-mode: nil -*- */
|
2021-02-23 08:36:03 +00:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
2016-04-04 14:51:55 +00:00
|
|
|
#
|
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
2018-03-05 21:31:56 +00:00
|
|
|
# Copyright 2018 Neal Gompa
|
2016-04-04 14:51:55 +00:00
|
|
|
|
|
|
|
# The contents of this are an example to be copied into systemd.spec.
|
2018-03-05 21:31:56 +00:00
|
|
|
#
|
2021-02-23 08:36:03 +00:00
|
|
|
# Minimum rpm version supported: 4.14.0
|
2016-04-04 14:51:55 +00:00
|
|
|
|
2018-03-27 20:37:29 +00:00
|
|
|
%transfiletriggerin -P 900900 -- /usr/lib/systemd/system /etc/systemd/system
|
|
|
|
# This script will run after any package is initially installed or
|
|
|
|
# upgraded. We care about the case where a package is initially
|
|
|
|
# installed, because other cases are covered by the *un scriptlets,
|
|
|
|
# so sometimes we will reload needlessly.
|
2021-10-12 16:19:21 +00:00
|
|
|
/usr/lib/systemd/systemd-update-helper system-reload-restart || :
|
|
|
|
|
|
|
|
%transfiletriggerin -P 900899 -- /usr/lib/systemd/user /etc/systemd/user
|
2021-11-15 12:47:07 +00:00
|
|
|
if selinuxenabled &>/dev/null; then
|
|
|
|
/usr/lib/systemd/systemd-update-helper user-reload-restart 2>/dev/null || :
|
|
|
|
else
|
|
|
|
/usr/lib/systemd/systemd-update-helper user-reload-restart || :
|
|
|
|
fi
|
2016-04-04 14:51:55 +00:00
|
|
|
|
2021-02-23 08:36:03 +00:00
|
|
|
%transfiletriggerpostun -P 1000100 -- /usr/lib/systemd/system /etc/systemd/system
|
2018-03-27 20:37:29 +00:00
|
|
|
# On removal, we need to run daemon-reload after any units have been
|
2021-02-23 08:36:03 +00:00
|
|
|
# removed.
|
2018-03-27 20:37:29 +00:00
|
|
|
# On upgrade, we need to run daemon-reload after any new unit files
|
|
|
|
# have been installed, but before %postun scripts in packages get
|
2021-02-23 08:36:03 +00:00
|
|
|
# executed.
|
2021-10-12 16:19:21 +00:00
|
|
|
/usr/lib/systemd/systemd-update-helper system-reload || :
|
|
|
|
|
|
|
|
%transfiletriggerpostun -P 1000099 -- /usr/lib/systemd/user /etc/systemd/user
|
|
|
|
# Execute daemon-reload in user managers.
|
2021-11-15 12:47:07 +00:00
|
|
|
if selinuxenabled &>/dev/null; then
|
|
|
|
/usr/lib/systemd/systemd-update-helper user-reload 2>/dev/null || :
|
|
|
|
else
|
|
|
|
/usr/lib/systemd/systemd-update-helper user-reload || :
|
|
|
|
fi
|
2016-04-04 14:51:55 +00:00
|
|
|
|
2021-02-23 08:36:03 +00:00
|
|
|
%transfiletriggerpostun -P 10000 -- /usr/lib/systemd/system /etc/systemd/system
|
2021-10-12 16:19:21 +00:00
|
|
|
# We restart remaining system services that should be restarted here.
|
|
|
|
/usr/lib/systemd/systemd-update-helper system-restart || :
|
|
|
|
|
|
|
|
%transfiletriggerpostun -P 9999 -- /usr/lib/systemd/user /etc/systemd/user
|
|
|
|
# We restart remaining user services that should be restarted here.
|
2021-11-15 12:47:07 +00:00
|
|
|
if selinuxenabled &>/dev/null; then
|
|
|
|
/usr/lib/systemd/systemd-update-helper user-restart 2>/dev/null || :
|
|
|
|
else
|
|
|
|
/usr/lib/systemd/systemd-update-helper user-restart || :
|
|
|
|
fi
|
2016-04-04 14:51:55 +00:00
|
|
|
|
2021-02-23 08:36:03 +00:00
|
|
|
%transfiletriggerin -P 1000700 -- /usr/lib/sysusers.d
|
2018-03-27 20:37:29 +00:00
|
|
|
# This script will process files installed in /usr/lib/sysusers.d to create
|
|
|
|
# specified users automatically. The priority is set such that it
|
|
|
|
# will run before the tmpfiles file trigger.
|
2022-05-16 18:23:07 +00:00
|
|
|
systemd-sysusers || :
|
2018-03-05 21:31:56 +00:00
|
|
|
|
2021-02-23 08:36:03 +00:00
|
|
|
%transfiletriggerin -P 1000700 udev -- /usr/lib/udev/hwdb.d
|
2018-03-27 20:37:29 +00:00
|
|
|
# This script will automatically invoke hwdb update if files have been
|
|
|
|
# installed or updated in /usr/lib/udev/hwdb.d.
|
2022-05-16 18:23:07 +00:00
|
|
|
systemd-hwdb update || :
|
2018-03-05 21:31:56 +00:00
|
|
|
|
2021-02-23 08:36:03 +00:00
|
|
|
%transfiletriggerin -P 1000700 -- /usr/lib/systemd/catalog
|
2018-03-27 20:37:29 +00:00
|
|
|
# This script will automatically invoke journal catalog update if files
|
|
|
|
# have been installed or updated in /usr/lib/systemd/catalog.
|
2022-05-16 18:23:07 +00:00
|
|
|
journalctl --update-catalog || :
|
2018-03-05 21:31:56 +00:00
|
|
|
|
2021-02-23 08:36:03 +00:00
|
|
|
%transfiletriggerin -P 1000700 -- /usr/lib/binfmt.d
|
|
|
|
# This script will automatically apply binfmt rules if files have been
|
|
|
|
# installed or updated in /usr/lib/binfmt.d.
|
|
|
|
if test -d "/run/systemd/system"; then
|
|
|
|
# systemd-binfmt might fail if binfmt_misc kernel module is not loaded
|
|
|
|
# during install
|
|
|
|
/usr/lib/systemd/systemd-binfmt || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%transfiletriggerin -P 1000600 -- /usr/lib/tmpfiles.d
|
|
|
|
# This script will process files installed in /usr/lib/tmpfiles.d to create
|
|
|
|
# tmpfiles automatically. The priority is set such that it will run
|
|
|
|
# after the sysusers file trigger, but before any other triggers.
|
|
|
|
if test -d "/run/systemd/system"; then
|
2021-10-12 16:19:21 +00:00
|
|
|
systemd-tmpfiles --create || :
|
2021-02-23 08:36:03 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%transfiletriggerin -P 1000600 udev -- /usr/lib/udev/rules.d
|
2018-03-27 20:37:29 +00:00
|
|
|
# This script will automatically update udev with new rules if files
|
|
|
|
# have been installed or updated in /usr/lib/udev/rules.d.
|
2019-04-10 21:07:52 +00:00
|
|
|
if test -e /run/udev/control; then
|
2021-10-12 16:19:21 +00:00
|
|
|
udevadm control --reload || :
|
2018-03-27 20:37:29 +00:00
|
|
|
fi
|
2018-03-05 21:31:56 +00:00
|
|
|
|
2021-02-23 08:36:03 +00:00
|
|
|
%transfiletriggerin -P 1000500 -- /usr/lib/sysctl.d
|
2018-03-27 20:37:29 +00:00
|
|
|
# This script will automatically apply sysctl rules if files have been
|
|
|
|
# installed or updated in /usr/lib/sysctl.d.
|
2021-02-23 08:36:03 +00:00
|
|
|
if test -d "/run/systemd/system"; then
|
2019-04-10 21:07:52 +00:00
|
|
|
/usr/lib/systemd/systemd-sysctl || :
|
2018-03-27 20:37:29 +00:00
|
|
|
fi
|