OSDN Git Service

initial commit ofono
authorlinuxer <linuxer@artixlinux.org>
Wed, 20 Oct 2021 10:14:37 +0000 (13:14 +0300)
committerlinuxer <linuxer@artixlinux.org>
Wed, 20 Oct 2021 10:14:37 +0000 (13:14 +0300)
usr/share/66/service/ofono [new file with mode: 0644]

diff --git a/usr/share/66/service/ofono b/usr/share/66/service/ofono
new file mode 100644 (file)
index 0000000..e43719c
--- /dev/null
@@ -0,0 +1,10 @@
+[main]
+@type = longrun
+@description = "ofono daemon service, ofono is an infrastructure for building mobile telephony (GSM/UMTS) applications support"
+@version = 0.0.1
+@user = ( root )
+@extdepends = ( dbus ) # mandatory in order to run
+
+[start]
+@execute = ( ofonod -n )
+