Skip to content

Commit

Permalink
feat: Update sogo-app.service to create templates directory for impro…
Browse files Browse the repository at this point in the history
…ved configuration management
  • Loading branch information
stephdl committed Nov 8, 2024
1 parent a4d5609 commit ffe588e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/sogo-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ EnvironmentFile=-%S/state/discovery_ldap.env
WorkingDirectory=%S/state
Restart=always
TimeoutStopSec=70
ExecStartPre=/usr/bin/bash -c "/bin/mkdir -p {config,backups}"
ExecStartPre=/usr/bin/bash -c "/bin/mkdir -p {config,backups,templates}"
ExecStartPre=/bin/rm -f %t/sogo-app.pid %t/sogo-app.ctr-id
ExecStartPre=/usr/local/bin/runagent discover-service
ExecStartPre=/usr/local/bin/runagent discover-ldap
Expand Down

0 comments on commit ffe588e

Please sign in to comment.