diff options
author | Colin Guthrie <colin@mageia.org> | 2012-02-16 14:14:41 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2012-02-16 14:14:41 +0000 |
commit | 7a025f125cbe7c0b0acebca8be8a99e8758a6ef9 (patch) | |
tree | 5b2d4484ef8a102a81daba5d63d7aedcc9a7bdfd /README.systemd | |
parent | fce915361aecd3be1fe7b9d21c7ad5115637a544 (diff) | |
download | rpm-helper-7a025f125cbe7c0b0acebca8be8a99e8758a6ef9.tar rpm-helper-7a025f125cbe7c0b0acebca8be8a99e8758a6ef9.tar.gz rpm-helper-7a025f125cbe7c0b0acebca8be8a99e8758a6ef9.tar.bz2 rpm-helper-7a025f125cbe7c0b0acebca8be8a99e8758a6ef9.tar.xz rpm-helper-7a025f125cbe7c0b0acebca8be8a99e8758a6ef9.zip |
Migrate service enabled/disabled status from sysvinit to systemd on upgrade
Diffstat (limited to 'README.systemd')
-rw-r--r-- | README.systemd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.systemd b/README.systemd new file mode 100644 index 0000000..db76ef8 --- /dev/null +++ b/README.systemd @@ -0,0 +1,8 @@ +This folder is used to track systemd migration. + +When you install an updated package that contains a native systemd unit which +supersedes the legacy sysvinit script, the fact that the service is enabled or +not must be migrated to the systemd way of doing things. + +This folder is simply a place to store a note of which services have been +migrated, such that the process is not repeated on subsequent package updates. |