From 2f946ce8dd747585c4f453b1eca2bdf777ff4bac Mon Sep 17 00:00:00 2001 From: iBug Date: Wed, 24 Jul 2024 17:14:33 +0800 Subject: [PATCH] deb: Add `systemctl daemon-reload` to postinst (#89) --- etc/postinst.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/postinst.sh b/etc/postinst.sh index dfea659..53f12ef 100755 --- a/etc/postinst.sh +++ b/etc/postinst.sh @@ -3,4 +3,5 @@ # Only run if systemd is running [ -d /run/systemd ] || exit 0 +systemctl daemon-reload systemctl enable yukid.service