post_install()
{
systemctl enable cantick
systemctl restart cantick

}

post_upgrade()
{
systemctl enable cantick
systemctl restart cantick

}

pre_remove()
{
systemctl stop cantick
systemctl disable cantick
}