Skip to content

Commit

Permalink
Revert "Add --now option to enable and start the service"
Browse files Browse the repository at this point in the history
  • Loading branch information
maxknv authored Mar 25, 2024
1 parent 233a755 commit 9d17f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clickhouse-server.postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ "$1" = configure ] || [ -n "$not_deb_os" ]; then
fi

/bin/systemctl daemon-reload
/bin/systemctl enable --now clickhouse-server
/bin/systemctl enable clickhouse-server
else
# If you downgrading to version older than 1.1.54336 run: systemctl disable clickhouse-server
if [ -x "/etc/init.d/clickhouse-server" ]; then
Expand Down

0 comments on commit 9d17f31

Please sign in to comment.