builder cloudconfig: shutdown server after 3 hours (#1554)

This commit is contained in:
Jimmy Zelinskie 2016-06-17 16:03:40 -04:00 committed by GitHub
parent 69caeae1d2
commit 5298452fa7

View file

@ -77,3 +77,12 @@ coreos:
Where=/var/lib/docker
Type=btrfs
Options=loop,discard
- name: machine-lifetime.service
command: start
enable: yes
content: |
[Unit]
Description=Machine Lifetime Service
[Service]
Type=oneshot
ExecStart=/bin/sh -xc "/bin/sleep 10800; /usr/bin/systemctl --no-block poweroff"