1
0
mirror of https://github.com/rancher/os.git synced 2025-08-01 06:59:05 +00:00

Merge pull request #265 from wlan0/bugfix2

do not use entrypoint for acpid
This commit is contained in:
Darren Shepherd 2015-04-30 15:18:01 -07:00
commit 05eca16171

View File

@ -1,2 +1,2 @@
FROM base
ENTRYPOINT ["/usr/sbin/acpid", "-d"]
CMD ["/usr/sbin/acpid", "-f"]