command “dietpi-services mask proftpd”

I try to temporary suspend PROFTPD service. So I gave following command
“dietpi-services mask proftpd”

After this command proftpd stop & now I am not able to restart this service with this opposite command

“dietpi-services unmask proftpd”

This command is not doing anything
Please suggest be solution for the thing I screwed. thanks

Hi,

many thanks for your report. Pls can you do following

systemctl unmask proftpd.service
systemctl restart proftpd.service
systemctl status proftpd.service

Thanks Joulinar ,

This command bring Proftpd back to normal.

" systemctl unmask proftpd.service"

thanks

yes basically the first command is doing the unmask, the secound is doing the service restart and the last one is showing the status :sunglasses: