OSDN Git Service

Merge pull request #122 from mobinmob/connman-vpnd
authormobinmob <39646700+mobinmob@users.noreply.github.com>
Sun, 17 Oct 2021 19:11:12 +0000 (22:11 +0300)
committerGitHub <noreply@github.com>
Sun, 17 Oct 2021 19:11:12 +0000 (22:11 +0300)
New service: connman-vpnd.

usr/share/66/service/connman-vpnd [new file with mode: 0644]

diff --git a/usr/share/66/service/connman-vpnd b/usr/share/66/service/connman-vpnd
new file mode 100644 (file)
index 0000000..463aa93
--- /dev/null
@@ -0,0 +1,15 @@
+[main]
+@type = longrun
+@description = "conman-vpn daemon"
+@version = 0.0.1 
+@user = ( root )
+@extdepends = ( dbus )
+
+
+[start]
+@execute = ( execl-cmdline -s { connman-vpnd -n ${cmd_args} } )
+
+[environment]
+cmd_args=!-d
+
+