summarylogtreecommitdiffstats
path: root/sogo.service
diff options
context:
space:
mode:
Diffstat (limited to 'sogo.service')
-rw-r--r--sogo.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/sogo.service b/sogo.service
new file mode 100644
index 000000000000..e2b79db0f9de
--- /dev/null
+++ b/sogo.service
@@ -0,0 +1,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