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

[Service]
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