Skip to content

Commit

Permalink
Set nice value for highstate
Browse files Browse the repository at this point in the history
  • Loading branch information
MTecknology committed Feb 23, 2024
1 parent e61d76d commit 76da159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion states/salt/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ salt-solo:
- require:
- pkg: salt-solo
cron.present:
- name: /opt/salt/bin/salt-call --local state.highstate
- name: nice -n 15 /opt/salt/bin/salt-call --local state.highstate
- identifier: highstate
- special: '@hourly'
- require:
Expand Down

0 comments on commit 76da159

Please sign in to comment.