dCore Import Debian Packages to Mountable SCE extensions > dCore x86 Imported Extensions

acpid should start daemon

(1/1)

sm8ps:
Upon loading acpid, its associated start script is not automatically triggered. On dCore-xenial this is achieved via
--- Code: ---sudo service acpid start
--- End code ---
Is it possible to include this functionality somehow?

Jason W:
Usually I like to let the user determine which services they want to start automatically on boot by putting them in /opt/bootlocal.sh.  Especially things like ssh.  But as the Debian postinst script for acpid does start the process though the postinst script though we had to use our own dCore startup script instead, I will make the dCore startup script start it upon extension loading. 

Jason W:
A note on the service command, it is not in dCore base but in the package init-system-helpers, which depends on perl-base.   In the dCore startup script I used the below command -

/etc/init.d/acpid start

sm8ps:
Thanks for these explanations! I fully agree with your point of view about starting (network) services.

Navigation

[0] Message Index

Go to full version