Skip to content

Instantly share code, notes, and snippets.

@radupotop
Created February 15, 2013 09:44
Show Gist options
  • Save radupotop/4959408 to your computer and use it in GitHub Desktop.
Save radupotop/4959408 to your computer and use it in GitHub Desktop.
[Unit]
Description=Gearman server
[Service]
User=gearman
ExecStart=/usr/sbin/gearmand --listen 127.0.0.1 --log-file /var/log/gearmand.log
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment