OSDN Git Service

New service: 3proxy.
[avyssos/void-66-services.git] / usr / share / 66 / service / dhcpcd@
1 # The service takes the network interface device name as @I - e.g. dhcpcd@wlp0s18f2u5
2 [main]
3 @type = classic
4 @version = 0.0.1
5 @description = "dhcpcd daemon for @I"
6 @user = ( root )
7 @options = ( log )
8
9 [start]
10 @execute = ( dhcpcd -B @I )
11
12 [stop]
13 @execute = ( dhcpcd -x @I )