-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service command not found #5
Comments
This means you have to use systemctl instead of the service command. |
Please try the following steps.
|
i have made few modifications on @shayne wsl2-hacks repo to get systemd support on Amazon Linux. |
@volkancakil Great work!! |
When I run command
service docker start
The console says
-bash: service: command not found
How do I run service command?
I tried to search service binary to /usr/sbin, /sbin, /usr/bin, etc...
But I can't find the service binary anywhere.
The text was updated successfully, but these errors were encountered: