diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-19 12:38:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-19 12:38:28 +0000 |
commit | 413b8309fdb7c789c1b413cd5eb6986ae8dc199b (patch) | |
tree | 732cbfbc924aea869a7a23e4783d3546299b14bd /sys-power/acpid/files | |
parent | Keyword mips (diff) | |
download | gentoo-2-413b8309fdb7c789c1b413cd5eb6986ae8dc199b.tar.gz gentoo-2-413b8309fdb7c789c1b413cd5eb6986ae8dc199b.tar.bz2 gentoo-2-413b8309fdb7c789c1b413cd5eb6986ae8dc199b.zip |
Use EnvironmentFile=-/etc/conf.d/acpid with - in case user has done something stupid like INSTALL_MASK="/etc/conf.d"
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
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 |