Skip to content

Commit

Permalink
Update examples/systemd/system/spire-server@.service
Browse files Browse the repository at this point in the history
Co-authored-by: Sorin Dumitru <sorin@returnze.ro>
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
  • Loading branch information
kfox1111 and sorindumitru committed Apr 11, 2024
1 parent 5da062c commit baf2309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/systemd/system/spire-server@.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WorkingDirectory=/var/lib/spire/server/%i
StateDirectory=spire/server/%i
RuntimeDirectory=spire/server/sockets/%i
RuntimeDirectoryPreserve=true
ConfigurationDirectory=spire/agent
ConfigurationDirectory=spire/server
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/bin/spire-server run -config /etc/spire/server/%i.conf -dataDir /var/lib/spire/server/%i -socketPath /run/spire/server/sockets/%i/private/api.sock -expandEnv
ExecStartPre=mkdir -p /var/lib/spire/server/%i /run/spire/server/%i/private
Expand Down

0 comments on commit baf2309

Please sign in to comment.