diff options
author | Colin Guthrie <colin@mageia.org> | 2012-04-03 00:17:17 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2012-04-03 00:17:17 +0000 |
commit | 3eb2b77e7158673b5a6d807985c82686cf982d43 (patch) | |
tree | c411d621286422c553b7049025b320efffb9140d /NEWS | |
parent | a12c6b32f7cbb2e400c60000a0d736dd8d8e598f (diff) | |
download | rpm-helper-3eb2b77e7158673b5a6d807985c82686cf982d43.tar rpm-helper-3eb2b77e7158673b5a6d807985c82686cf982d43.tar.gz rpm-helper-3eb2b77e7158673b5a6d807985c82686cf982d43.tar.bz2 rpm-helper-3eb2b77e7158673b5a6d807985c82686cf982d43.tar.xz rpm-helper-3eb2b77e7158673b5a6d807985c82686cf982d43.zip |
add-service: attempt to migrate template systemd units (foo@.service) somewhat gracefully.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ * always reload systemd unit cache before attempting to restart units * change the order we search systemd unitdirs to match upstream + * when migrating sysvinit script to systemd, attempt to deal with + template units gracefully - i.e. forget which runlevels it's + configured for and just enable it 2012-03-12 Guillaume Rousse <guillomovitch@gmail.com> 0.24.7 * drop dead code from add-syslog |