forked from Spark/ssm-services
7
init.d/sdhcp
Executable file
7
init.d/sdhcp
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env ssm
|
||||
# dhcp client daemon initscript
|
||||
|
||||
service_style='oneshot'
|
||||
service_command='/usr/bin/sdhcp'
|
||||
|
||||
stop() { killall sdhcp; }
|
Reference in New Issue
Block a user