Skip to content

Commit

Permalink
Merge pull request #61878 from ClickHouse/revert-60656-add_now_option
Browse files Browse the repository at this point in the history
Revert "Add --now option to enable and start the service" #job_Install_packages_amd64
  • Loading branch information
tavplubix committed Mar 25, 2024
2 parents 233a755 + 9d17f31 commit d401998
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 d401998

Please sign in to comment.