http://bugzilla.suse.com/show_bug.cgi?id=1115997
Bug ID: 1115997 Summary: Please convert SysV init scripts shipped by xrootd-server into native systemd services. Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: bnc-team-screening@forge.provo.novell.com Reporter: fbui@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: ---
It would be great if the SysV init scrips shipped by this package could be converted into systemd native services.
Indeed most packages shipped by openSUSE Factory switched to native systemd unit files years ago and we plan to drop the obsolete/limited SysV compat support in the future.
If this appears to be a big task, one quick way to solve it is to copy and ship (as is) the .service unit wrappers generated automatically by systemd-sysv-generator at boot. Indeed such wrappers are generated by systemd in order to support SysV init scripts similarly to native units.
You can see the content of a wrapper unit with:
$ systemctl cat <sysvinit-script>.service
As you could see the wrapper unit simply calls the SysV script, which should be moved out of /etc/init.d, probably in a directory owned by your package.
In all cases we would be glad to provide any help if needed in this task.
Thanks in advance.
http://bugzilla.suse.com/show_bug.cgi?id=1115997
Franck Bui fbui@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bnc-team-screening@forge.pr |bugs@vdm-design.de |ovo.novell.com |
http://bugzilla.suse.com/show_bug.cgi?id=1115997
Thomas Zimmermann bugs@vdm-design.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED
http://bugzilla.suse.com/show_bug.cgi?id=1115997 http://bugzilla.suse.com/show_bug.cgi?id=1115997#c1
Josef Möllers josef.moellers@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED CC| |josef.moellers@suse.com Resolution|--- |FIXED
--- Comment #1 from Josef Möllers josef.moellers@suse.com --- The modifications were made upstream in version 4.8.5 ("Switch from sysv-init to systemd").