ferreo ce1c786ea6
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 27s
first release
2025-02-10 18:47:52 +00:00

9 lines
144 B
Bash
Executable File

#!/bin/bash
systemctl stop ckb-next-daemon.service
if [[ $1 == "remove" ]]; then
systemctl disable ckb-next-daemon.service
fi
#DEBHELPER#