Drop Upstart support
This commit is contained in:
parent
3da0310173
commit
cac25543c6
5 changed files with 7 additions and 77 deletions
7
install
7
install
|
@ -723,6 +723,13 @@ if $has_systemv_init; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Upstart is not supported, fail fast instead of cleaning the whole script
|
||||
# from Upstart related entries.
|
||||
if $has_upstart_init; then
|
||||
echo "ERROR: Installation on Upstart init system is not supported!" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if $is_centos_dist; then
|
||||
python_bin="python3.8"
|
||||
apache_bin="httpd"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue