Skip to content

Commit

Permalink
deb: Add systemctl daemon-reload to postinst (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug authored Jul 24, 2024
1 parent 182dded commit 2f946ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/postinst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
# Only run if systemd is running
[ -d /run/systemd ] || exit 0

systemctl daemon-reload
systemctl enable yukid.service

0 comments on commit 2f946ce

Please sign in to comment.