On Monday 2016-04-18 13:03, Henne Vogelsang wrote:
OBS 2.7 Beta 1 Notes for using systemd ----------------------- OBS is using init scripts, not systemd style service files. This will stay that way until we have switched from SLES 11 to SLES 12 as default production platform. openSUSE installations may use systemd (instead of sysvinit) and it should work in general but there can be problems (fetching the service status or restarting services). To avoid these problems you should use the init scripts directly to by-pass systemd:
$ cd /etc/init.d $ ./obssrcserver status|stop|start
That wins you nothing, because /etc/rc.status, as sourced by init scripts like these, sees that it is being invoked from a systemd environment and issues a redirect to systemctl. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org