# This program is Copyright (c) 2014 VividCortex, Inc. All rights reserved. [Unit] Description=VividCortex supervisor daemon After=local-fs.target syslog.target network.target time-sync.target nss-lookup.target [Service] Type=forking PIDFile=/var/run/vc-agent-007.pid ExecStart=/usr/local/bin/vc-agent-007 -startup-network-retries=10 -startup-network-retry-interval=10s Restart=on-success RestartPreventExitStatus=SIGQUIT SIGINT KillMode=mixed KillSignal=SIGTERM TimeoutStopSec=10 [Install] WantedBy=multi-user.target