OSDN Git Service

New service: shiori.
authormobinmob <mobinmob@disroot.org>
Thu, 19 Aug 2021 10:27:07 +0000 (13:27 +0300)
committermobinmob <mobinmob@disroot.org>
Thu, 19 Aug 2021 10:27:07 +0000 (13:27 +0300)
usr/share/66/service/shiori [new file with mode: 0644]

diff --git a/usr/share/66/service/shiori b/usr/share/66/service/shiori
new file mode 100644 (file)
index 0000000..bddb404
--- /dev/null
@@ -0,0 +1,13 @@
+[main]
+@type = classic
+@version = 0.0.1
+@description = "shiori bookmark manager"
+@user = ( root )
+
+[start]
+@runas = _shiori
+@execute = ( execl-cmdline -s { shiori serve ${cmd_args} } )
+
+
+[environment]
+cmd_args=!--address 127.0.0.1 --port 8080