Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
b380b489
Commit
b380b489
authored
Jan 28, 2019
by
Haelwenn
Browse files
Merge branch 'patch-2' into 'develop'
Update the openrc service's retry with the correct format See merge request
!727
parents
6db79212
9e43a28b
Pipeline
#6686
passed with stages
in 5 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
installation/init.d/pleroma
View file @
b380b489
...
...
@@ -12,7 +12,7 @@ export PORT=4000
export MIX_ENV=prod
# Ask process to terminate within 30 seconds, otherwise kill it
retry="SIGTERM/30
SIGKILL/5"
retry="SIGTERM/30
/
SIGKILL/5"
pidfile="/var/run/pleroma.pid"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment