Report this

What is the reason for this report?

service: command not found

Posted on March 29, 2017

I am trying to setup a VPN via this tutorial: https://www.digitalocean.com/community/tutorials/how-to-setup-your-own-vpn-with-pptp and when I try the command: service pptpd restart it gives me this error:

service: command not found

Anyone that can help?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I actually fixed my problem, You need to run sudo service pptpd restart because I think the service command is only a root command!

This article explains the issue and the solution,

http://www.devdummy.com/2017/10/systemctl-command-not-found.html

/Sameera

That guide was probably written for Ubuntu and since you’re on Debian, you need to do this:

sudo systemctl restart pptpd

So we’re just replace service with systemctl and then moving around in the commands.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.