Add SupplementaryGroups and UMask settings to systemd service files
All checks were successful
Deploy to Server / deploy (push) Successful in 12s
All checks were successful
Deploy to Server / deploy (push) Successful in 12s
This commit is contained in:
parent
60c9ccf01a
commit
4fb13b27fd
3 changed files with 13 additions and 18 deletions
|
|
@ -7,6 +7,8 @@ Wants=network-online.target
|
|||
Type=simple
|
||||
User=ttvdrops
|
||||
Group=ttvdrops
|
||||
SupplementaryGroups=http
|
||||
UMask=0002
|
||||
WorkingDirectory=/home/ttvdrops/ttvdrops
|
||||
EnvironmentFile=/home/ttvdrops/ttvdrops/.env
|
||||
ExecStart=/usr/bin/uv run python manage.py watch_imports /mnt/fourteen/Data/Responses/pending --verbose
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ Wants=network-online.target
|
|||
Type=oneshot
|
||||
User=ttvdrops
|
||||
Group=ttvdrops
|
||||
SupplementaryGroups=http
|
||||
UMask=0002
|
||||
WorkingDirectory=/home/ttvdrops/ttvdrops
|
||||
EnvironmentFile=/home/ttvdrops/ttvdrops/.env
|
||||
ExecStart=/usr/bin/uv run python manage.py import_kick_drops
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue