chore(packaging): Remove unnecessary service file removal (#14106)
This commit is contained in:
parent
94ece249ad
commit
c5c614c5a9
|
|
@ -26,10 +26,6 @@ function install_chkconfig {
|
||||||
if [[ -L /etc/init.d/telegraf ]]; then
|
if [[ -L /etc/init.d/telegraf ]]; then
|
||||||
rm -f /etc/init.d/telegraf
|
rm -f /etc/init.d/telegraf
|
||||||
fi
|
fi
|
||||||
# Remove legacy symlink, if it exists
|
|
||||||
if [[ -L /etc/systemd/system/telegraf.service ]]; then
|
|
||||||
rm -f /etc/systemd/system/telegraf.service
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Add defaults file, if it doesn't exist
|
# Add defaults file, if it doesn't exist
|
||||||
if [[ ! -f /etc/default/telegraf ]]; then
|
if [[ ! -f /etc/default/telegraf ]]; then
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,6 @@
|
||||||
if [[ -L /etc/init.d/telegraf ]]; then
|
if [[ -L /etc/init.d/telegraf ]]; then
|
||||||
rm -f /etc/init.d/telegraf
|
rm -f /etc/init.d/telegraf
|
||||||
fi
|
fi
|
||||||
# Remove legacy symlink, if it exists
|
|
||||||
if [[ -L /etc/systemd/system/telegraf.service ]]; then
|
|
||||||
rm -f /etc/systemd/system/telegraf.service
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Add defaults file, if it doesn't exist
|
# Add defaults file, if it doesn't exist
|
||||||
if [[ ! -f /etc/default/telegraf ]]; then
|
if [[ ! -f /etc/default/telegraf ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue