-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Requires=pretalx@%i.socket | |
After=network.target | ||
|
||
[Service] | ||
User={{ pretalx_system_user_prefix }}%i | ||
Group={{ pretalx_system_user_prefix }}%i | ||
User={{ pretalx_system_user }}%i | ||
Group={{ pretalx_system_user }}%i | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
rixx
Author
Member
|
||
WorkingDirectory={{ pretalx_virtualenv }}/lib/python{{ pretalx_system_python_version }}/site-packages/pretalx | ||
ExecStart={{ pretalx_virtualenv }}/bin/gunicorn --bind unix:/run/gunicorn/pretalx_%i --workers {{ pretalx_service_workers }} --max-requests {{ pretalx_service_workers_max_requests }} --max-requests-jitter {{ pretalx_service_workers_max_requests_jitter }} pretalx.wsgi | ||
ExecReload=/bin/kill -s HUP $MAINPID | ||
|
This file was deleted.
Oops, something went wrong.
@rixx I believe you also wanted to remove
%i
from this service file as well, if all Pretalx instances are supposed to run under the same user, respectively it's not expected to have users following the previous convention being suffixed by the instance name.