OSDN Git Service

New service: wesnothd.
authormobinmob <mobinmob@disroot.org>
Wed, 30 Dec 2020 23:08:47 +0000 (01:08 +0200)
committermobinmob <mobinmob@disroot.org>
Wed, 30 Dec 2020 23:08:47 +0000 (01:08 +0200)
usr/share/66/service/wesnothd [new file with mode: 0644]

diff --git a/usr/share/66/service/wesnothd b/usr/share/66/service/wesnothd
new file mode 100644 (file)
index 0000000..31eddd8
--- /dev/null
@@ -0,0 +1,11 @@
+[main]
+@type= classic
+@version = 0.0.1
+@description= "wesnoth daemon"
+@user= ( root )
+@options= ( log )
+
+[start]
+@execute=(
+       execl-toc -d /run/wesnoth -m 0700
+       wesnothd  )