Skip to content

Instantly share code, notes, and snippets.

@kaimi
Created March 15, 2015 21:59
Show Gist options
  • Save kaimi/47259d895b85be50458c to your computer and use it in GitHub Desktop.
Save kaimi/47259d895b85be50458c to your computer and use it in GitHub Desktop.
description "StatusNet queue daemon service"
author "kaimi@kaimi.cc"
start on filesystem and net-device-up IFACE!=lo
stop on runlevel [06]
respawn
respawn limit 10 5
setuid www-data
setgid www-data
expect fork
exec /srv/statusnet/scripts/queuedaemon.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment