builder cloudconfig: shutdown server after 3 hours (#1554)
This commit is contained in:
parent
69caeae1d2
commit
5298452fa7
1 changed files with 9 additions and 0 deletions
|
@ -77,3 +77,12 @@ coreos:
|
||||||
Where=/var/lib/docker
|
Where=/var/lib/docker
|
||||||
Type=btrfs
|
Type=btrfs
|
||||||
Options=loop,discard
|
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"
|
||||||
|
|
Reference in a new issue