Skip to main content
deleted 5 characters in body
Source Link
nopcorn
  • 9.4k
  • 15
  • 62
  • 111

For OpenSUSE 12.2 (Mantis), the script for "after local" should be /etc/init.d/after-local , and you may need to enable it via systemctl, like this...

To enable /etc/init.d/after-local,

systemctl enable after-local.service

To check status of /etc/init.d/after-local,

systemctl status after-local.service

-yh

For OpenSUSE 12.2 (Mantis), the script for "after local" should be /etc/init.d/after-local , and you may need to enable it via systemctl, like this...

To enable /etc/init.d/after-local,

systemctl enable after-local.service

To check status of /etc/init.d/after-local,

systemctl status after-local.service

-yh

For OpenSUSE 12.2 (Mantis), the script for "after local" should be /etc/init.d/after-local , and you may need to enable it via systemctl, like this...

To enable /etc/init.d/after-local,

systemctl enable after-local.service

To check status of /etc/init.d/after-local,

systemctl status after-local.service
Source Link

For OpenSUSE 12.2 (Mantis), the script for "after local" should be /etc/init.d/after-local , and you may need to enable it via systemctl, like this...

To enable /etc/init.d/after-local,

systemctl enable after-local.service

To check status of /etc/init.d/after-local,

systemctl status after-local.service

-yh