#!/bin/bash

if [ -f "/etc/systemd/system/multi-user.target.wants/fastpanel2-apps.service" ]; then
  systemctl stop fastpanel2-apps
  systemctl disable fastpanel2-apps
  systemctl daemon-reload
fi
