Bug ID | 948353 |
---|---|
Summary | systemd sysv systemctl enable regression |
Classification | openSUSE |
Product | openSUSE Factory |
Version | 2015* |
Hardware | armv7 |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | afaerber@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
With the latest systemd update (224-1.1) `systemctl enable foo` no longer works for sysv init scripts, such as OBS:Server:Unstable obs-worker's obsworker. $ LANG=C sudo systemctl enable obsworker obsworker.service is not a native service, redirecting to systemd-sysv-install Executing /usr/lib/systemd/systemd-sysv-install enable obsworker Failed to execute /usr/lib/systemd/systemd-sysv-install: No such file or directory `systemctl start obsworker` still works by contrast.