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:
15
net-mail/zarafa/files/zarafa-server.service
Normal file
15
net-mail/zarafa/files/zarafa-server.service
Normal 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
|
||||
Reference in New Issue
Block a user