Skip to content

Commit

Permalink
fix: Update flagd systemd config to use URI (#315)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored Jan 26, 2023
1 parent 19695d2 commit 93a04b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systemd/flagd.service
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Unit]
Description="A generic feature flag daemon"
Description="A feature flag daemon with a Unix philosophy"

[Service]
User=root
WorkingDirectory=/etc/flagd
ExecStart=flagd start -f=/etc/flagd/flags.json
ExecStart=flagd start --uri file:flags.json
Restart=always

[Install]
Expand Down

0 comments on commit 93a04b4

Please sign in to comment.