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
mentors.debian.net
mentors
Commits
0894f773
Verified
Commit
0894f773
authored
Aug 31, 2022
by
Baptiste Beauplat
Browse files
Setting OOMPolicy to continue to prevent systemd from restarting the service on OOM trigger
parent
b5729510
Changes
1
Show whitespace changes
Inline
Side-by-side
config/systemd/debexpo.service
View file @
0894f773
...
...
@@ -6,6 +6,7 @@ After=network.target postgresql.service
ExecStart
=
/usr/bin/celery --app debexpo worker --beat --loglevel INFO
Restart
=
on-failure
WorkingDirectory
=
/var/www/debexpo
OOMPolicy
=
continue
[Install]
WantedBy
=
default.target
Baptiste Beauplat
@lyknode
mentioned in issue
debexpo#143 (closed)
·
Aug 31, 2022
mentioned in issue
debexpo#143 (closed)
mentioned in issue debexpo#143
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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