From a26fbf23d6c206bf9d71ab8951bb1c4f06d1502e Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 23 Aug 2022 14:28:58 +0200 Subject: [PATCH] systemd: add start,stop timeout defaults --- .config/systemd/user.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/systemd/user.conf diff --git a/.config/systemd/user.conf b/.config/systemd/user.conf new file mode 100644 index 0000000..73051bd --- /dev/null +++ b/.config/systemd/user.conf @@ -0,0 +1,3 @@ +[Manager] +DefaultTimeoutStarSec=15s +DefaultTimeoutStopSec=15s