Skip to content

Commit

Permalink
feat(xenial_debians): Add systemd service configuration. (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Duftler committed Feb 13, 2018
1 parent 4df86c7 commit c50a468
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions kayenta-web/lib/systemd/system/kayenta.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Unit]
Description=Kayenta
PartOf=spinnaker.service

[Service]
ExecStart=/opt/kayenta/bin/kayenta
WorkingDirectory=/opt/kayenta/bin
SuccessExitStatus=143
User=spinnaker
Group=spinnaker
Type=simple

[Install]
WantedBy=multi-user.target

0 comments on commit c50a468

Please sign in to comment.