watchman -> ssm

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2017-07-13 16:09:42 +03:00
parent 3953df0dba
commit 2205f72a2e
71 changed files with 198 additions and 212 deletions

7
init.d/sdhcp Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env ssm
# dhcp client daemon initscript
service_style='oneshot'
service_command='/usr/bin/sdhcp'
stop() { killall sdhcp; }