summarylogtreecommitdiffstats
path: root/systemd.install
diff options
context:
space:
mode:
authorNicolas Iooss2024-01-14 22:39:32 +0100
committerNicolas Iooss2024-01-14 22:39:32 +0100
commite19d943279db7db7aba68f5905ed30dca9cfd6a0 (patch)
tree80fd136ce73614ce3e643f31b2c8ccf6c5b8ff6c /systemd.install
parentda8913a27b6b5a5054434023cf9889634935aa18 (diff)
downloadaur-e19d943279db7db7aba68f5905ed30dca9cfd6a0.tar.gz
systemd-selinux 255.2-2 update
Diffstat (limited to 'systemd.install')
-rw-r--r--systemd.install14
1 files changed, 3 insertions, 11 deletions
diff --git a/systemd.install b/systemd.install
index 536e54d1b8a8..d5f0a68ff66e 100644
--- a/systemd.install
+++ b/systemd.install
@@ -15,15 +15,6 @@ post_common() {
journalctl --update-catalog
}
-_242_0_2_changes() {
- if [[ -L var/lib/systemd/timesync ]]; then
- rm var/lib/systemd/timesync
- if [[ -d var/lib/private/systemd/timesync ]]; then
- mv var/lib/{private/,}systemd/timesync
- fi
- fi
-}
-
post_install() {
systemd-machine-id-setup
@@ -34,7 +25,8 @@ post_install() {
# enable some services by default, but don't track them
systemctl enable \
getty@tty1.service \
- remote-fs.target
+ remote-fs.target \
+ systemd-userdbd.socket
# group 'systemd-journal-remote' is created by systemd-sysusers
mkdir -m2755 var/log/journal/remote
@@ -46,10 +38,10 @@ post_upgrade() {
if sd_booted; then
systemctl --system daemon-reexec
+ systemctl kill --kill-whom='main' --signal='SIGRTMIN+25' 'user@*.service'
fi
local v upgrades=(
- 242.0-2
)
for v in "${upgrades[@]}"; do