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
command “dietpi-services mask proftpd” Topic is solved
Re: command “dietpi-services mask proftpd”
Hi,
many thanks for your report. Pls can you do following
many thanks for your report. Pls can you do following
Code: Select all
systemctl unmask proftpd.service
systemctl restart proftpd.service
systemctl status proftpd.service
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: command “dietpi-services mask proftpd”
Thanks Joulinar ,
This command bring Proftpd back to normal.
" systemctl unmask proftpd.service"
thanks
This command bring Proftpd back to normal.
" systemctl unmask proftpd.service"
thanks
Re: command “dietpi-services mask proftpd”
yes basically the first command is doing the unmask, the secound is doing the service restart and the last one is showing the status 

Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team