Subversion Repositories SmartDukaan

Rev

Rev 23736 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23736 Rev 23737
Line 2... Line 2...
2
Description=Cron Service
2
Description=Cron Service
3
[Service]
3
[Service]
4
User=root
4
User=root
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=/root/code/trunk/runutils/
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/trunk/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