summarylogtreecommitdiffstats
path: root/sogo.service
blob: 6218736880c029c954dd47870875a733c1425556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Sogo Daemon
After=network.target slapd.service memcached.service postfix.service dovecot.service postgresql.service

[Service]
Environment="LD_PRELOAD=/usr/lib/libytnef.so"
User=sogo
RuntimeDirectory=sogo
EnvironmentFile=-/etc/conf.d/sogo
ExecStart=/usr/bin/sogod -WOPidFile /var/run/sogo/sogo.pid -WONoDetach YES $SOGOLOGOPTS

[Install]
WantedBy=multi-user.target