OSDN Git Service

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

diff --git a/usr/share/66/service/seatd b/usr/share/66/service/seatd
new file mode 100644 (file)
index 0000000..59f481e
--- /dev/null
@@ -0,0 +1,14 @@
+[main]
+@type = classic
+@version = 0.0.1
+@description = "seat daemon"
+@user = ( root )
+
+[start]
+@execute = ( 
+ execl-cmdline -s {
+ export SEATD_LOGLEVEL ${SEATD_LOGLEVEL} 
+ seatd -g _seatd } )
+
+[environment]
+SEATD_LOGLEVEL=error