remove upstart scripts from prerm

This commit is contained in:
itay 2019-04-15 19:33:27 +03:00
parent 1274fe053a
commit e9d74b1fbd
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
service monkey-island stop || true
service monkey-mongo stop || true
rm -f /etc/init/monkey-island.conf
rm -f /etc/init/monkey-mongo.conf
[ -f "/lib/systemd/system/monkey-island.service" ] && rm -f /lib/systemd/system/monkey-island.service
[ -f "/lib/systemd/system/monkey-mongo.service" ] && rm -f /lib/systemd/system/monkey-mongo.service