Skip to content

Commit

Permalink
Update imageroot/events/user-domain-changed/20configure_ldap
Browse files Browse the repository at this point in the history
Co-authored-by: Giacomo Sanchietti <[email protected]>
  • Loading branch information
stephdl and gsanchietti committed Nov 25, 2024
1 parent 5ddf632 commit a15eff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/events/user-domain-changed/20configure_ldap
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ nextcloud_domain = config.get('NEXTCLOUD_DOMAIN', '')
if event.get('domain') != nextcloud_domain:
exit(0)

agent.run_helper('systemctl', '--user', '-T', 'try-reload-or-restart', 'nextcloud.service').check_returncode()
agent.run_helper('systemctl', '--user', '-T', 'try-restart', 'nextcloud.service').check_returncode()

0 comments on commit a15eff1

Please sign in to comment.