diff options
Diffstat (limited to 'net-libs/meta-srht/files/meta.sr.ht-webhooks.initd')
-rw-r--r-- | net-libs/meta-srht/files/meta.sr.ht-webhooks.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/meta-srht/files/meta.sr.ht-webhooks.initd b/net-libs/meta-srht/files/meta.sr.ht-webhooks.initd index a1a42e5..e9a712f 100644 --- a/net-libs/meta-srht/files/meta.sr.ht-webhooks.initd +++ b/net-libs/meta-srht/files/meta.sr.ht-webhooks.initd @@ -6,7 +6,7 @@ name="meta.sr.ht webhooks daemon" description="" command="/usr/bin/celery" command_args="-A metasrht.webhooks worker --loglevel=INFO" -command_user="srht:srht" +command_user="meta-srht:meta-srht" command_background=true pidfile="/run/${RC_SVCNAME}.pid" |