Skip to content

Commit 887723a

Browse files
packaging rpm: use non legacy compat action post upgrade (#237)
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
1 parent 2a11c07 commit 887723a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/snclient.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ case "$*" in
6464
2)
6565
# Upgrading
6666
systemctl --system daemon-reload >/dev/null || true
67-
systemctl condrestart snclient.service >/dev/null || true
67+
systemctl try-restart snclient.service >/dev/null || true
6868
;;
6969
*) echo case "$*" not handled in post
7070
esac

0 commit comments

Comments
 (0)