Skip to content

Commit 93a04b4

Browse files
authored
fix: Update flagd systemd config to use URI (#315)
Signed-off-by: Michael Beemer <[email protected]> Signed-off-by: Michael Beemer <[email protected]>
1 parent 19695d2 commit 93a04b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

systemd/flagd.service

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[Unit]
2-
Description="A generic feature flag daemon"
2+
Description="A feature flag daemon with a Unix philosophy"
33

44
[Service]
55
User=root
66
WorkingDirectory=/etc/flagd
7-
ExecStart=flagd start -f=/etc/flagd/flags.json
7+
ExecStart=flagd start --uri file:flags.json
88
Restart=always
99

1010
[Install]

0 commit comments

Comments
 (0)