]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - acpid/systemd/acpid.service
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / acpid / systemd / acpid.service
CommitLineData
6d7556c7
SS
1[Unit]
2Description=ACPI Event Daemon
3After=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]
13Type=forking
14EnvironmentFile=/etc/sysconfig/acpid
15ExecStart=/usr/sbin/acpid $OPTIONS
16
17[Install]
18WantedBy=multi-user.target