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
3pkgname=systemd-even-shorter-shutdown-timer
4pkgver=2
5pkgrel=1
6pkgdesc="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"
7url="https://fedoraproject.org/wiki/Changes/Shorter_Shutdown_Timer"
8arch=('any')
9license=('0BSD')
10depends=('systemd')
11source=(10-timeout-abort.conf 10-default-timeout.conf)
12sha256sums=("SKIP)")
13
14package() {
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)SeverityRules
2026-08-18 05:38:33 LOW 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion