Add 1 minute timeout for shutdown

- Some oneshots might fail the ./down which brings the system in a
  permanently stuck situation, force a shutdown if that ever happens
  after 60 seconds
This commit is contained in:
Alex D. 2022-11-14 08:37:00 +00:00
parent 8fc463ec68
commit 2c0d9e0453
Signed by: caskd
GPG Key ID: E5AE8A47B8EFC7ED
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=nnd-s6-linux-init
pkgver=1.2
pkgver=1.3
pkgrel=0
pkgdesc="Skeleton for nnd-s6-services and symlinks"
url="none"

View File

@ -14,4 +14,4 @@
### uncomment the following line:
# exec >/dev/console 2>&1
exec s6-rc -v2 -bDa change
exec s6-rc -v2 -bDa -t 60000 change