We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28c249 commit 6411b4bCopy full SHA for 6411b4b
init.d/user.in
@@ -17,6 +17,11 @@ command="@RC_LIBEXECDIR@/bin/openrc-user"
17
command_args="$user"
18
notify="fd:3"
19
20
+# If it's rapidly failing, usually due to XDG_RUNTIME_DIR being unset,
21
+# we should just quit fast.
22
+respawn_max=3
23
+respawn_period=1
24
+
25
start_pre() {
26
if [ "$user" = "$RC_SVCNAME" ]; then
27
eerror "${RC_SVCNAME} cannot be started directly. You must create"
0 commit comments