Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SASC
sentinel-legacy
Commits
792e596c
Commit
792e596c
authored
Jan 25, 2016
by
bow
Browse files
Update Sentinel systemd file with more refined dependencies
parent
c5bd80e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
deployment/ansible-role-sentinel/templates/sentinel.service.j2
View file @
792e596c
[Unit]
Description=A flexible database for next generation sequencing metrics
After=network-online.target
[Service]
ExecStart=/usr/bin/java -Dconfig.file={{ sentinel_dep_conf }} -jar {{ sentinel_dep_jar }}
...
...
@@ -14,5 +15,9 @@ RestartSec=1s
StartLimitInterval=20s
StartLimitBurst=5
[Path]
PathExists={{ sentinel_dep_conf }}
PathExists={{ sentinel_dep_jar }}
[Install]
WantedBy=multi-user.target
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment