#/*/---------------------------------------------------------/*/ #/*/ Craydent LLC cproxy-v1.2.0 /*/ #/*/ Copyright 2011 (http://craydent.com/about) /*/ #/*/ Dual licensed under the MIT or GPL Version 2 licenses. /*/ #/*/ (http://craydent.com/license) /*/ #/*/---------------------------------------------------------/*/ #/*/---------------------------------------------------------/*/ [Unit] Description=Craydent Deploy Server #Requires=After=mysql.service # Requires the mysql service to run first [Service] ExecStart=/usr/local/bin/cdeploy Restart=always RestartSec=3 StandardOutput=/var/craydent/log/craydent-deploy/index.js.log StandardError=/var/craydent/log/craydent-deploy/index.js.log SyslogIdentifier=craydent-deploy [Install] WantedBy=multi-user.target