-
Notifications
You must be signed in to change notification settings - Fork 10
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
Clearer Instructions #167
Clearer Instructions #167
Conversation
acs.service
Outdated
@@ -2,7 +2,7 @@ | |||
Description=Manages Clock Speed | |||
|
|||
[Service] | |||
ExecStart=/home/cameron/.cargo/bin/acs run | |||
ExecStart=/home/[Your Directory Name Here]/.cargo/bin/acs run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
One thing, the service setup script swaps "cameron" for "$USER", you could change this to "your-user-here" and then change the setup script from sed -i "s/your-user-here/$USER/" $service
if you'd like
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could also just do that later if you'd like
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
O cool!
I'll do that in a bit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Update install instructions
Also delete Cameron