hmmm also die version hat sich in letzter zeit nicht geändert und die configs.. ja also /etc/grommunio-archive/grommunio-archive.conf wird anscheinend genutzt für den dienst
root@grom-test-1:~# systemctl cat grommunio-archive.service
# /usr/lib/systemd/system/grommunio-archive.service
[Unit]
Description=grommunio archive daemon
After=network.target
[Service]
ExecStart=/usr/sbin/piler -c /etc/grommunio-archive/grommunio-archive.conf
PIDFile=/run/grommunio-archive/grommunio-archive.pid
KillMode=process
Restart=on-failure
RuntimeDirectory=grommunio-archive
User=groarchive
Group=groarchive
[Install]
WantedBy=multi-user.target
Alias=groarchive.service piler.service
root@grom-test-1:~# systemctl cat grommunio-archive-smtp.service
# /usr/lib/systemd/system/grommunio-archive-smtp.service
[Unit]
Description=grommunio Archive SMTP service
After=network.target auditd.service
[Service]
ExecStart=/usr/sbin/piler-smtp -c /etc/grommunio-archive/grommunio-archive.conf
KillMode=process
Restart=on-failure
RestartPreventExitStatus=255
User=groarchive
Group=groarchive
[Install]
WantedBy=multi-user.target
Alias=groarchivesmtp.service piler-smtp.service
und sphinx/searchd
root@grom-test-1:~# systemctl cat searchd.service
# /usr/lib/systemd/system/searchd.service
[Unit]
Description=Sphinx - SQL Full Text Search Engine
After=local-fs.target network.target mysqld.service postgresql.service
[Service]
User=sphinx
Group=sphinx
PIDFile=/run/sphinx/searchd.pid
ExecStart=/usr/bin/searchd --nodetach --config /etc/sphinx/sphinx.conf
[Install]
WantedBy=multi-user.target
# /usr/lib/systemd/system/searchd.service.d/grommunio.conf
[Service]
User=groarchive
PIDFile=/run/grommunio-archive/grommunio-archive-searchd.pid
ich nutze das archiv nirgends deswegen hab ich das höchstens auf testsystemen drauf somit ist mein latein ziemlich am ende.
Vielleicht kann @mwilliams da rat geben.