WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: acpid startup  (Read 3807 times)

Offline uggla

  • Sr. Member
  • ****
  • Posts: 438
acpid startup
« on: October 05, 2013, 04:01:14 PM »
I've imported acpid and it starts during boot but it does so before mydata.tgz is restored. Could you please make it start after mydata.tgz so I don't have to restart acpid for my events to work?

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: acpid startup
« Reply #1 on: October 05, 2013, 06:17:01 PM »
Since the Debian postinstall script is purely Debian specific using dpkg commands except for the simple starting of the daemon at the end, I have used the TC startup script to void the Debian one.  "/etc/init.d/acpid start" can be used in bootlocal.sh now or be run at any time after to start it up. 

Re-import it and it should work.

Offline uggla

  • Sr. Member
  • ****
  • Posts: 438
Re: acpid startup
« Reply #2 on: October 06, 2013, 02:33:40 AM »
Thanks!