Skip to content

Commit

Permalink
debian: fix name/group in init script
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 26, 2023
1 parent 424ecc0 commit 349b500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/mod-gearman-worker.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ PIDFile=/run/mod-gearman-worker/mod-gearman-worker.pid
RuntimeDirectory=mod-gearman-worker
ExecStart=/usr/sbin/mod_gearman_worker --config=/etc/mod-gearman/worker.conf --pidfile=/run/mod-gearman-worker/mod-gearman-worker.pid
ExecReload=/bin/kill -HUP $MAINPID
User=%USER%
Group=%USER%
User=naemon
Group=naemon
StandardOutput=journal
StandardError=inherit

Expand Down

0 comments on commit 349b500

Please sign in to comment.