_use_systemctl=1
;;
esac
- ;;
- # Some services can't reload through the .service file,
- # but can through the init script.
- if [ "$(systemctl -p CanReload show $service 2>/dev/null)" = "CanReload=no" ] && [ "$1" = "reload" ]; then
+ # Some services can't reload through the .service file,
+ # but can through the init script.
+ if [ "$(systemctl -p CanReload show $service 2>/dev/null)" = "CanReload=no" ] && [ "$1" = "reload" ]; then
_use_systemctl=0
fi
;;