OSDN Git Service

New service: scron.
authormobinmob <mobinmob@disroot.org>
Wed, 20 Oct 2021 13:21:00 +0000 (16:21 +0300)
committermobinmob <mobinmob@disroot.org>
Wed, 20 Oct 2021 13:21:00 +0000 (16:21 +0300)
usr/share/66/service/scron [new file with mode: 0644]

diff --git a/usr/share/66/service/scron b/usr/share/66/service/scron
new file mode 100644 (file)
index 0000000..bdf2156
--- /dev/null
@@ -0,0 +1,8 @@
+[main]
+@type = classic
+@version = 0.0.1
+@description = "simple cron daemon"
+@user = ( root )
+
+[start]
+@execute = ( scrond -n )