diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-07-13 02:16:10 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-07-13 02:16:10 -0500 |
commit | 028b27c2fa7f9aa02bdfae91aa291817adf85dde (patch) | |
tree | 92c118cfc2d537024954df4339448898c4c2a86e /libre/systemd/systemd.install | |
parent | bd75881499157fc89e7e8768b249623cb1fef0f2 (diff) | |
download | abslibre-028b27c2fa7f9aa02bdfae91aa291817adf85dde.tar.gz abslibre-028b27c2fa7f9aa02bdfae91aa291817adf85dde.tar.bz2 abslibre-028b27c2fa7f9aa02bdfae91aa291817adf85dde.zip |
systemd-249-3.parabola1: updating version
Diffstat (limited to 'libre/systemd/systemd.install')
-rw-r--r-- | libre/systemd/systemd.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libre/systemd/systemd.install b/libre/systemd/systemd.install index bbc7efd83..cece9d2de 100644 --- a/libre/systemd/systemd.install +++ b/libre/systemd/systemd.install @@ -47,6 +47,10 @@ post_install() { post_upgrade() { post_common "$@" + if sd_booted; then + systemctl --system daemon-reexec + fi + local v upgrades=( 242.0-2 ) |