Skip to content

Commit 403b83e

Browse files
committed
enable the systemd service after the rpm installation
1 parent 755ee82 commit 403b83e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/snclient.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ case "$*" in
5858
1)
5959
# First installation
6060
systemctl --system daemon-reload >/dev/null || true
61+
systemctl enable snclient.service >/dev/null || true
6162
systemctl start snclient.service >/dev/null || true
6263
;;
6364
2)

0 commit comments

Comments
 (0)