~clint-fewbar/ubuntu/precise/gearmand/drop-unneeded-patches

« back to all changes in this revision

Viewing changes to debian/gearman-job-server.service

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2012-02-04 11:22:47 UTC
  • mfrom: (6.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120204112247-f2csy3lxnredy4y0
Tags: 0.27-5
* Set priority to "extra" after (repeated) feedback from ftpmaster
  auto script
* Remove the sybols file until the toolchain for handling c++ symbols
  improves enough
* Build depend on libsasl2-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Unit]
 
2
Description=gearman job control server
 
3
 
 
4
[Service]
 
5
ExecStartPre=/usr/bin/install -d -o gearman /run/gearman
 
6
User=gearman
 
7
PIDFile=/run/gearman/server.pid
 
8
ExecStart=/usr/sbin/gearmand --listen=127.0.0.1 --pid-file=/run/gearman/server.pid --log-file=/var/log/gearman-job-server/gearman.log