forked from p34709852/monkey
remove upstart scripts from prerm
This commit is contained in:
parent
1274fe053a
commit
e9d74b1fbd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue