diff --git a/systemd/flagd.service b/systemd/flagd.service index 52f2d14ac..c7fc7c6f0 100644 --- a/systemd/flagd.service +++ b/systemd/flagd.service @@ -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]