13 lines
401 B
Desktop File
13 lines
401 B
Desktop File
[Unit]
|
|
Description=Sogo Daemon
|
|
After=network.target slapd.service memcached.service postfix.service dovecot.service postgresql.service mariadb.service
|
|
|
|
[Service]
|
|
User=sogo
|
|
RuntimeDirectory=sogo
|
|
EnvironmentFile=-/etc/conf.d/sogod
|
|
ExecStart=/usr/sbin/sogod -WOPidFile /var/run/sogo/sogo.pid -WONoDetach YES -WOWorkersCount $SOGOD_WORKERS $SOGOD_LOGOPTS $SOGOD_OPTS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|