Rev 23735 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
[Unit]Description=Cron Service[Service]User=root# The configuration file application.properties should be here:#change this to your workspaceWorkingDirectory=.#path to executable.#executable is a bash script which calls jar fileExecStart=/root/code/trunk/runutils/run-cron.shSuccessExitStatus=143TimeoutStopSec=10Restart=on-failureRestartSec=5[Install]WantedBy=multi-user.target