diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2018-06-12 17:18:43 +0200 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-06-12 17:13:08 +0200 |
| commit | c6e511e503e4988bde78c78a3af6b4f1bd016256 (patch) | |
| tree | 3ea5a622117df90d075c11f68e049723ab87f4e3 /testing/csync2/csync2.initd | |
| parent | d45c0ae4c362d94ec6ad647ed775b20b7ae159c8 (diff) | |
| download | aports-c6e511e503e4988bde78c78a3af6b4f1bd016256.tar.bz2 aports-c6e511e503e4988bde78c78a3af6b4f1bd016256.tar.xz | |
testing/csync2: new aport
http://oss.linbit.com/csync2/
Cluster synchronization tool
Diffstat (limited to 'testing/csync2/csync2.initd')
| -rw-r--r-- | testing/csync2/csync2.initd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/csync2/csync2.initd b/testing/csync2/csync2.initd new file mode 100644 index 0000000000..c16522e926 --- /dev/null +++ b/testing/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" |
