This repository has been archived on 2019-05-30. You can view files and clone it, but cannot push or open issues or pull requests.
MonicaScral/MonicaScral/dpkg/prerm
2019-04-17 19:14:05 +02:00

7 lines
155 B
Bash

#!/bin/bash
if [[ $(systemctl is-active monicascral || true) == "active" ]]
then
touch /tmp/monicascral_service_runner
service monicascral stop
fi