← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1990070] [NEW] implement manage_service for BSDs and Alpine

 

Public bug reported:

Distro.manage_services is currently only implemented for SystemD based Linux distros.
SysV based BSDs and OpenRC based Alpine are left out.

on BSDs, services are enabled in /etc/rc.conf (on FreeBSD, this can be
done with sysrc(8) https://man.freebsd.org/sysrc(8), and
started/stopped/restarted, etc… via service(8):
https://man.freebsd.org/service(8) or rc.d(8):
https://man.netbsd.org/rc.d.8

on Alpine, and other OpenRC based systems, services are enabled via rc-
update, and started/stopped/etc… with rc-service:
https://wiki.alpinelinux.org/wiki/OpenRC

** Affects: cloud-init
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1990070

Title:
  implement manage_service for BSDs and Alpine

Status in cloud-init:
  New

Bug description:
  Distro.manage_services is currently only implemented for SystemD based Linux distros.
  SysV based BSDs and OpenRC based Alpine are left out.

  on BSDs, services are enabled in /etc/rc.conf (on FreeBSD, this can be
  done with sysrc(8) https://man.freebsd.org/sysrc(8), and
  started/stopped/restarted, etc… via service(8):
  https://man.freebsd.org/service(8) or rc.d(8):
  https://man.netbsd.org/rc.d.8

  on Alpine, and other OpenRC based systems, services are enabled via
  rc-update, and started/stopped/etc… with rc-service:
  https://wiki.alpinelinux.org/wiki/OpenRC

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1990070/+subscriptions



Follow ups