Comment 6 for bug 1423613

Revision history for this message
Blake Rouse (blake-rouse) wrote : Re: maas needs to support systemd for Ubuntu >= 15.04

Changes also need to be made to the MAAS code that start and stop services. The code needs to be modified to support both upstart and systemd.

Changing the code from:

service maas-dhcpd restart

to:

restart maas-dhcpd

should allow it to work for both upstart and systemd.