Skip to content

Commit

Permalink
v8.24
Browse files Browse the repository at this point in the history
- CI | Poweroff container whenever dietpi-login finishes for any reason
  • Loading branch information
MichaIng committed Oct 29, 2023
1 parent 0050e80 commit ea9818b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .build/images/dietpi-build
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ After=dietpi-postboot.service
Type=idle
StandardOutput=tty
ExecStart=/bin/dash -c 'infocmp "$TERM" > /dev/null 2>&1 || export TERM=dumb; exec /boot/dietpi/dietpi-login'
ExecStop=/sbin/poweroff
[Install]
WantedBy=multi-user.target
Expand Down
1 change: 1 addition & 0 deletions .build/software/Amiberry/container_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ After=dietpi-postboot.service
Type=idle
StandardOutput=tty
ExecStart=/bin/dash -c 'infocmp "$TERM" > /dev/null 2>&1 || export TERM=dumb; exec /boot/dietpi/dietpi-login'
ExecStop=/sbin/poweroff
[Install]
WantedBy=multi-user.target
Expand Down
1 change: 1 addition & 0 deletions .build/software/vaultwarden/container_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ After=dietpi-postboot.service
Type=idle
StandardOutput=tty
ExecStart=/bin/dash -c 'infocmp "$TERM" > /dev/null 2>&1 || export TERM=dumb; exec /boot/dietpi/dietpi-login'
ExecStop=/sbin/poweroff
[Install]
WantedBy=multi-user.target
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dietpi-software.bash
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ After=dietpi-postboot.service
Type=idle
StandardOutput=tty
ExecStart=/bin/dash -c 'infocmp "$TERM" > /dev/null 2>&1 || export TERM=dumb; exec /boot/dietpi/dietpi-login'
ExecStop=/sbin/poweroff
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit ea9818b

Please sign in to comment.