Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: systemd 249-3: re-add the daemon-reexec...
Browse files Browse the repository at this point in the history
... which was accidentally removed with a cleanup.

git-svn-id: file:///srv/repos/svn-packages/svn@419624 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
eworm authored and svntogit committed Jul 12, 2021
1 parent d25732a commit f904bf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
_tag='b134c9cc4b02eddca2ea098324369018123fdf15' # git rev-parse v${_tag_name}
_tag_name=249
pkgver="${_tag_name/-/}"
pkgrel=2
pkgrel=3
arch=('x86_64')
url='https://www.github.com/systemd/systemd'
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
Expand Down
4 changes: 4 additions & 0 deletions trunk/systemd.install
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit f904bf3

Please sign in to comment.