Commit e35eebaaa2c45ae88287c9e1a4277fbef75f2fab

Authored by Alexandre Barbosa
1 parent 97de1ad4

Disable colab service before uninstall

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
@@ -187,3 +187,6 @@ ln -s /var/lib/colab-assets /usr/share/nginx/colab @@ -187,3 +187,6 @@ ln -s /var/lib/colab-assets /usr/share/nginx/colab
187 187
188 yes yes | colab-admin collectstatic 188 yes yes | colab-admin collectstatic
189 189
  190 +%preun
  191 +systemctl stop colab
  192 +systemctl disable colab