Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(xenial_debians): Add systemd service configuration. #2182

Merged
merged 7 commits into from
Nov 22, 2017
13 changes: 13 additions & 0 deletions clouddriver-web/lib/systemd/system/clouddriver.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Unit]
Description=Spinnaker Clouddriver
After=network.target

[Service]
ExecStart=/opt/clouddriver/bin/clouddriver 2>&1 /var/log/spinnaker/clouddriver/clouddriver.log
WorkingDirectory=/opt/clouddriver/bin
User=spinnaker
Group=spinnaker
Type=simple

[Install]
WantedBy=multi-user.target