Skip to content

Commit

Permalink
update systemd example
Browse files Browse the repository at this point in the history
- artifact location
  • Loading branch information
jaemk committed Aug 20, 2017
1 parent f1a7df8 commit 81be142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion badge.service.sample
Expand Up @@ -13,7 +13,7 @@ Requires=nginx.service

[Service]
WorkingDirectory=/<PATH_TO_PROJ_DIR>/badge-cache
ExecStart=/<PATH_TO_EXEC>/badge-cache serve --port <PORT> --log
ExecStart=/<PATHT_TO_PROJ_DIR>/bin/badge-cache serve --port <PORT> --log
Restart=on-failure

[Install]
Expand Down

0 comments on commit 81be142

Please sign in to comment.