add systemd files and also force swig1.3 and add gcc 4.7 patch and add clucene 2.3.x patch

Package-Manager: portage-2.2.0_alpha188
RepoMan-Options: --force
This commit is contained in:
Mario Fetka
2013-08-15 17:42:34 +02:00
parent d0164d71f8
commit aa026fbb56
28 changed files with 1506 additions and 703 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Zarafa Collaboration Platform's Storage Server
Documentation=man:zarafa-server(1) man:zarafa-server.cfg(5) man:zarafa-admin(1)
Wants=mysqld.service
After=network.target mysqld.service
[Service]
Type=forking
GuessMainPID=no
Environment=LC_ALL=C LANG=C
ExecStart=/usr/bin/zarafa-server -c /etc/zarafa/server.cfg
TimeoutSec=65
[Install]
WantedBy=multi-user.target