OSDN Git Service

New service: colord.
authormobinmob <mobinmob@disroot.org>
Thu, 18 Mar 2021 12:51:02 +0000 (14:51 +0200)
committermobinmob <mobinmob@disroot.org>
Sat, 20 Mar 2021 16:37:16 +0000 (18:37 +0200)
usr/share/66/service/colord [new file with mode: 0644]

diff --git a/usr/share/66/service/colord b/usr/share/66/service/colord
new file mode 100644 (file)
index 0000000..f98d6a3
--- /dev/null
@@ -0,0 +1,9 @@
+[main]
+@type = classic
+@version = 0.0.1
+@description = "color daemon"
+@user = ( root )
+
+[start]
+@runas = colord
+@execute = ( /usr/libexec/colord )