]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - acpid/systemd/acpid.service
Merge remote-tracking branch 'stevee/libatasmart'
[people/arne_f/ipfire-3.x.git] / acpid / systemd / acpid.service
1 [Unit]
2 Description=ACPI Event Daemon
3 After=syslog.target
4
5 # This could probably benefit from socket activation, but honestly I think it
6 # is time for acpid to go away, and hence I am not planning to spend the time
7 # to add socket activation here. We use Type=forking to ensure that the
8 # communication sockets are in place before boot proceeds with any service
9 # needing this service. Would acpid support socket activation we could use
10 # Type=simple here.
11
12 [Service]
13 Type=forking
14 EnvironmentFile=/etc/sysconfig/acpid
15 ExecStart=/usr/sbin/acpid $OPTIONS
16
17 [Install]
18 WantedBy=multi-user.target