description "Polaris Server" author "Daniel G. Taylor" # When to start the service start on runlevel [2345] # When to stop the service stop on runlevel [06] # If the process quits unexpectadly trigger a respawn respawn setuid www-data setgid www-data # Start the process script /usr/bin/polaris /etc/polaris.json >>/var/log/polaris.log 2>&1 end script