Systemd not reloaded after a package upgrade #2553
Labels
domain: releasing
Anything related to releasing Vector
have: must
We must have this feature, it is critical to the project's success. It is high priority.
platform: debian
Anything `debian` platform related
platform: ubuntu
Anything `ubuntu` platform related
type: bug
A code related bug.
Milestone
After upgrading to vector 0.9.1 using
apt
on a Debian system, I noticed the following warning in systemd after restarting thevector
service:A bit of poking around showed that no content changed in the stock
/etc/systemd/system/vector.service
file or in my overrides. The only difference was the timestamp onvector.service
file!It is certainly easy to make that message go away, and run a manual daemon-reload, but it should not be necessary with a well-behaved .deb package. Running a daemon-reload should instead be done in a post-install script, and it is going to be even more important to do so when the service file does change in a future version.
The text was updated successfully, but these errors were encountered: