aboutsummaryrefslogtreecommitdiffstats
path: root/community/csync2/csync2.initd
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-06-24 23:01:23 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-06-24 23:01:23 +0200
commit10b4495bd2fb968a2de29bd4f5bdc8ca964907b1 (patch)
tree77f86b89b786a5e716b707c15006c32249b4de97 /community/csync2/csync2.initd
parenta56011e2b08f5a9a6859319580f803e44f07f2aa (diff)
downloadaports-10b4495bd2fb968a2de29bd4f5bdc8ca964907b1.tar.bz2
aports-10b4495bd2fb968a2de29bd4f5bdc8ca964907b1.tar.xz
community/csync2: move from testing
Diffstat (limited to 'community/csync2/csync2.initd')
-rw-r--r--community/csync2/csync2.initd6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/csync2/csync2.initd b/community/csync2/csync2.initd
new file mode 100644
index 0000000000..c16522e926
--- /dev/null
+++ b/community/csync2/csync2.initd
@@ -0,0 +1,6 @@
+#!/sbin/openrc-run
+
+command="/usr/sbin/csync2"
+command_args="-ii ${command_args:-}"
+command_background="yes"
+pidfile="/run/$RC_SVCNAME.pid"