Subversion Repositories SmartDukaan

Rev

Rev 23735 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23735 Rev 23736
Line 5... Line 5...
5
# The configuration file application.properties should be here:
5
# The configuration file application.properties should be here:
6
#change this to your workspace
6
#change this to your workspace
7
WorkingDirectory=.
7
WorkingDirectory=.
8
#path to executable. 
8
#path to executable. 
9
#executable is a bash script which calls jar file
9
#executable is a bash script which calls jar file
10
ExecStart=/root/code/runutils/run-cron.sh
10
ExecStart=/root/code/trunk/runutils/run-cron.sh
11
SuccessExitStatus=143
11
SuccessExitStatus=143
12
TimeoutStopSec=10
12
TimeoutStopSec=10
13
Restart=on-failure
13
Restart=on-failure
14
RestartSec=5
14
RestartSec=5
15
[Install]
15
[Install]