Skip to content
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

The included systemd scripts are not working #5

Closed
asemarafa opened this issue Dec 15, 2018 · 1 comment
Closed

The included systemd scripts are not working #5

asemarafa opened this issue Dec 15, 2018 · 1 comment

Comments

@asemarafa
Copy link

Hello

ExecStart=/bin/echo "ON" >/proc/acpi/nvhda
ExecStart=/bin/echo "OFF" >/proc/acpi/nvhda

Just echos '>' and doesn't perform actual output redirection , this is in Arch Linux systemd 239, not sure if it used to work on earlier versions before

Please modify to the below and it should work

ExecStart=/bin/bash -c "/bin/echo ON >/proc/acpi/nvhda"
ExecStart=/bin/bash -c "/bin/echo OFF >/proc/acpi/nvhda"

@asemarafa asemarafa changed the title The included systemd script are not working The included systemd scripts are not working Dec 15, 2018
@hhfeuer
Copy link
Owner

hhfeuer commented Dec 16, 2018

Thanks for reporting. Changed the scripts accordingly.

@hhfeuer hhfeuer closed this as completed Dec 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants