Powerdxx enable at startup
Posted: Mon Apr 20, 2020 2:11 pm
I am running Ghostbsd 20.03. I installed the powerdxx pkg- https://www.freshports.org/sysutils/powerdxx/
I followed the instructions as presented in the URL https://github.com/lonkamikaze/powerdxx
When I run:
service powerd stop - it works
service powerd disable - it does not work. The following is presented- powerd: unknown function `disable'
I have reviewed the man page for powerd and found no assistance there with my issue.
Also, I have searched this forum for a solution.
In /etc/r.conf, I inserted:
powerd_enable="NO"
powerdxx_enable="YES"
When I restart the machine and login, I note that powerd still appears as a running process
and powerdxx is not running as a process.
Currently I am using a simple alias to accomplish this after I have logged in.
sudo service powerd stop && sudo service powerd++ start
How do I disable the service powerd and enable the service powerdxx at startup?
I followed the instructions as presented in the URL https://github.com/lonkamikaze/powerdxx
When I run:
service powerd stop - it works
service powerd disable - it does not work. The following is presented- powerd: unknown function `disable'
I have reviewed the man page for powerd and found no assistance there with my issue.
Also, I have searched this forum for a solution.
In /etc/r.conf, I inserted:
powerd_enable="NO"
powerdxx_enable="YES"
When I restart the machine and login, I note that powerd still appears as a running process
and powerdxx is not running as a process.
Currently I am using a simple alias to accomplish this after I have logged in.
sudo service powerd stop && sudo service powerd++ start
How do I disable the service powerd and enable the service powerdxx at startup?