OSDN Git Service

simplify dhclient and hiawatha services by @build = auto and execline
authormobinmob <mobinmob@disroot.org>
Tue, 12 May 2020 16:23:10 +0000 (19:23 +0300)
committermobinmob <mobinmob@disroot.org>
Tue, 12 May 2020 16:23:10 +0000 (19:23 +0300)
usr/share/66/service/dhclient
usr/share/66/service/hiawatha

index 7199d6f..b2be6c0 100644 (file)
@@ -6,8 +6,7 @@
 
 
 [start]
-@build = custom
-@shebang = "/bin/sh"
-@execute = ( exec dhclient -d 2>&1 )
+@build = auto
+@execute = ( dhclient -d )
 
 
index f831e72..8750203 100644 (file)
@@ -6,9 +6,7 @@
 
 
 [start]
-@build = custom
-@shebang = "/bin/sh"
-@execute = ( exec 2>&1
-exec hiawatha -d )
+@build = auto
+@execute = ( hiawatha -d )