Differences between revisions 2 and 3
Revision 2 as of 2013-04-07 20:51:01
Size: 1071
Editor: MichaelBiebl
Comment: Add link to systemd.unit man page and user-tagged bugs
Revision 3 as of 2013-04-07 20:55:01
Size: 1237
Editor: ?MichaelStapelberg
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * systemctl enable/disable should also call update-rc.d
Line 15: Line 16:
 * no work has started on making systemctl enable/disable call update-rc.d, but stapelberg@ plans to do it

This page describes the current status of Debian systemd integration.

Goals

  • invoke-rc.d(8) should call systemctl instead of /etc/init.d/<service>. invoke-rc.d is called from maintscripts.

  • update-rc.d(8) should enable/disable systemd services in addition to creating the sysvinit links. it is called from maintscripts.
  • service(8) should call systemctl instead of /etc/init.d/<service>. service(8) is called interactively by the system administrator.

  • systemctl enable/disable should also call update-rc.d

Status/TODO