YunoHost-Apps / lektor_ynh

Lektor package for YunoHost
https://www.getlektor.com
0 stars 1 forks source link

Remove script doesn't remove systemd daemon and don't stop it #1

Closed M5oul closed 8 years ago

M5oul commented 8 years ago

I installed then removed lektor app. Then, I installed Firefox Sync app. I think it break ffsync which also use Python virtualenv.

On https://domain.tld/ffsync/token/1.0/sync/1.5 it's displayed: capture du 2016-03-26 13-33-18 capture du 2016-03-26 13-34-52

Psycojoker commented 8 years ago

Need to "undo":

It also would be good to remove the user.

M5oul commented 8 years ago

To add in the remove script: sudo systemctl stop ynh-lektor sudo rm -f /etc/systemd/system/ynh-lektor.service

I think it solved the issue.

Psycojoker commented 8 years ago

I think that this command is missing sudo systemctl daemon-reload

Psycojoker commented 8 years ago

Fixed