-
Replacing the upstream packager's service file can lead to subtle bugs if an upstream change goes unnoticed. For example, at This is probably better accomplished by creating a drop-in file at say /etc/systemd/system/salt-minion.service.d/start-delay.conf containing just the results of jinja processing the following:
and leaving the upstream packager's service file in /lib/systemd/system active. An example of a subtle bug: SaltStack changed their base URL from saltstack.com to saltproject.io, but the documentation reference has not been updated in your copy of their service file. This results in the (harmless now but maybe not so in the future) salt output during so-setup of
For more details on using systemd's drop-in unit files, search for the keyword 'drop-in' in the manpage at https://www.freedesktop.org/software/systemd/man/systemd.unit.html |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Created issue #8441 |
Beta Was this translation helpful? Give feedback.
Created issue #8441