Starting SAMBA and Apache2 during boot

I see that Opensuse 13.1 is moving to systemctl and prior to that things like SAMBA and Apache would normally start. Now with 13.1 I have to start them manually. How can I get them to start automatically with 13.1?

svetter88 wrote:

>
> I see that Opensuse 13.1 is moving to systemctl and prior to that things
> like SAMBA and Apache would normally start. Now with 13.1 I have to
> start them manually. How can I get them to start automatically with
> 13.1?
>
>
svetter88;

Use systemctl enable <name>.service. For example:


systemctl enable smb.service
systemctl enable nmb.service


P.V.
“We’re all in this together, I’m pulling for you” Red Green

Thank you!

On 8/27/2014 9:56 AM, svetter88 wrote:
>
> Thank you!
>
>
Glad to help. This “Cheat Sheet” is from the Fedora Project. However, I found it helpful when openSUSE converted from
sysvinit to systemd.
https://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet


P.V.
“We’re all in this together, I’m pulling for you” Red Green