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