9 lines
144 B
Plaintext
Raw Normal View History

2025-02-10 18:47:52 +00:00
#!/bin/bash
systemctl stop ckb-next-daemon.service
if [[ $1 == "remove" ]]; then
systemctl disable ckb-next-daemon.service
fi
#DEBHELPER#