#!/bin/sh

rc-update add elogind default
rc-update add networkmanager default

exit 0
