Advertisement
jamesan

hal.service for the AUR package, hal

Aug 2nd, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [Unit]
  2. Description=Hardware Abstraction Layer
  3. Requires=dbus.service
  4. Wants=acpid.service
  5. After=dbus.service syslog.target acpid.service
  6.  
  7. [Service]
  8. Type=dbus
  9. BusName=org.freedesktop.Hal
  10. ExecStart=/usr/sbin/hald --daemon=no --use-syslog
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
  14. Alias=dbus-org.freedesktop.Hal.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement