systemd-even-shorter-shutdown-timer
maintainer olivertzeng
· 0 votes
· scanned 2026-08-18 05:38:33.671963
LOW
View on AUR ↗
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Oliver Tzeng<olivertzeng at proton dot me>, Sebastian Wiesner <sebastian@swsnr.de>
2
3
pkgname=systemd-even-shorter-shutdown-timer
4
pkgver=2
5
pkgrel=1
6
pkgdesc="Reduce systemd shutdown timeouts to 5s unlike Fedora's 45s or default's 90s. Advised to only be used on personal computers and especially not on servers to prevent SQL data corruption"
7
url="https://fedoraproject.org/wiki/Changes/Shorter_Shutdown_Timer"
8
arch=('any')
9
license=('0BSD')
10
depends=('systemd')
11
source=(10-timeout-abort.conf 10-default-timeout.conf)
12
sha256sums=("SKIP)")
13
14
package() {
15
install -Dpm644 -t "${pkgdir}/usr/lib/systemd/system/service.d/" 10-timeout-abort.conf
16
install -Dpm644 -t "${pkgdir}/usr/lib/systemd/user/service.d/" 10-timeout-abort.conf
17
install -Dpm644 -t "${pkgdir}/usr/lib/systemd/system.conf.d/" 10-default-timeout.conf
18
install -Dpm644 -t "${pkgdir}/usr/lib/systemd/user.conf.d/" 10-default-timeout.conf
19
}
20
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 05:38:33 | LOW | 1 |