summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-09-05 15:15:36 +0200
committerLennart Poettering <lennart@poettering.net>2022-09-05 15:22:53 +0200
commitd3d2dd5e4f07c5d513c06df69f2c214681ddcd2a (patch)
tree97fcfb0e1ce5f5e69e307a56634862b952ecb90f /units
parentf8f621821a30b5b7e6c69dfb770e1c4cbc3db715 (diff)
downloadsystemd-d3d2dd5e4f07c5d513c06df69f2c214681ddcd2a.tar.gz
units: prolong the stop timeout for homed
Let's give IO/resizing/… more time then usual. Fixes: #22901
Diffstat (limited to 'units')
-rw-r--r--units/systemd-homed.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-homed.service.in b/units/systemd-homed.service.in
index 9ccfbfe5ab..52caa4e22e 100644
--- a/units/systemd-homed.service.in
+++ b/units/systemd-homed.service.in
@@ -33,6 +33,7 @@ StateDirectory=systemd/home
SystemCallArchitectures=native
SystemCallErrorNumber=EPERM
SystemCallFilter=@system-service @mount
+TimeoutStopSec=3min
{{SERVICE_WATCHDOG}}
[Install]