Skip to content

Commit a477d46

Browse files
N-R-Knavi-desu
authored andcommitted
rc.conf: change default fuser_timeout to 20 seconds
openrc-run has a (hardcoded) 60 seconds timeout, it a service fails to start/stop within that time, it will be SIGKILL-ed. so a default 60 seconds fuser_timeout is kind of bad. change it to 20seconds which is somewhat more sensible.
1 parent 3e25dd6 commit a477d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/rc.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
#unicode="YES"
9898

9999
# This is how long fuser should wait for a remote server to respond. The
100-
# default is 60 seconds, but it can be adjusted here.
101-
#rc_fuser_timeout=60
100+
# default is 20 seconds, but it can be adjusted here.
101+
#rc_fuser_timeout=20
102102

103103
# Below is the default list of network fstypes.
104104
#

0 commit comments

Comments
 (0)