diff options
Diffstat (limited to 'sys-power/acpid/files')
-rw-r--r-- | sys-power/acpid/files/systemd/acpid.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/acpid/files/systemd/acpid.service b/sys-power/acpid/files/systemd/acpid.service index 8f8c7e4bede4..a29400948681 100644 --- a/sys-power/acpid/files/systemd/acpid.service +++ b/sys-power/acpid/files/systemd/acpid.service @@ -3,5 +3,5 @@ Description=ACPI Event Daemon Requires=acpid.socket [Service] -EnvironmentFile=/etc/conf.d/acpid +EnvironmentFile=-/etc/conf.d/acpid ExecStart=/usr/sbin/acpid -f $ACPID_ARGS |