aports/community/networkmanager/networkmanager.initd

18 lines
378 B
Plaintext

#!/sbin/openrc-run
# Copyright (c) 2008 Saleem Abdulrasool <compnerd@compnerd.org>
# Distributed under the terms of the GNU General Purpose License v2
# $Header: $
supervisor=supervise-daemon
command=/usr/sbin/NetworkManager
command_args_foreground="-n"
description="Network Manager Daemon"
depend() {
need dbus
provide net
}
# vim: set ft=gentoo-init-d ts=3 sw=3 et: