1
0
mirror of https://github.com/rancher/os.git synced 2025-08-01 23:17:50 +00:00

do not use entrypoint for acpid

This commit is contained in:
wlan0 2015-04-29 02:51:45 -07:00
parent 4290228f19
commit 2d2ee0dcdc

View File

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