OSDN Git Service

c6c080b1ab85a578d3f7f4bb2a7d857409f5d1c7
[avyssos/void-66-services.git] / usr / share / 66 / service / NetworkManager
1 [main]
2 @type = longrun
3 @version = 0.0.2
4 @description = "networkmanager daemon"
5 @user = ( root )
6 @extdepends = ( dbus )
7
8 [start]
9 @execute = ( execl-cmdline -s { NetworkManager ${cmd_args} }  )
10
11 [environment]
12 # Necessary switches are either -d or -n. -n is for --no-daemon,
13 # -d is for --debug. -d is preferred as it directs log output to 
14 # the stdout as well as syslog.
15 cmd_args=! -d