diff options
Diffstat (limited to 'dev-vcs/git-srht/files/git.sr.ht-webhooks.service')
-rw-r--r-- | dev-vcs/git-srht/files/git.sr.ht-webhooks.service | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-vcs/git-srht/files/git.sr.ht-webhooks.service b/dev-vcs/git-srht/files/git.sr.ht-webhooks.service index 0a4b4d1..8adf536 100644 --- a/dev-vcs/git-srht/files/git.sr.ht-webhooks.service +++ b/dev-vcs/git-srht/files/git.sr.ht-webhooks.service @@ -1,11 +1,10 @@ [Unit] Description=git.sr.ht webhooks service -Requires=postgresql.service -After=postgresql.service network.target +After=network.target [Service] Type=simple -User=gitsrht +User=srht Restart=always ExecStart=/usr/bin/celery -A gitsrht.webhooks worker --loglevel=INFO |