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