summarylogtreecommitdiffstats
path: root/hal.service
blob: 8851cfe5feff691d9da4af292c17fbe3bf42d534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Hardware Abstraction Layer
Requires=dbus.service
Wants=acpid.service
After=dbus.service syslog.target acpid.service

[Service]
Type=dbus
BusName=org.freedesktop.Hal
ExecStart=/usr/sbin/hald --daemon=no --use-syslog

[Install]
WantedBy=multi-user.target
Alias=dbus-org.freedesktop.Hal.service