diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-19 16:58:46 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-19 16:58:46 +0100 |
commit | 1a2d4b809307316a59961811d3f252e0b50477fe (patch) | |
tree | e1c02009ac69fa963e9a9b01a7170cc7e8a736a3 /saslauthd/kolab-saslauthd.systemd | |
parent | 5d4c3e69fd9ed03703f2ccc7feb46396f0e6bad9 (diff) | |
download | pykolab-1a2d4b809307316a59961811d3f252e0b50477fe.tar.gz |
Add systemd file for kolab-saslauthd
Diffstat (limited to 'saslauthd/kolab-saslauthd.systemd')
-rw-r--r-- | saslauthd/kolab-saslauthd.systemd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/saslauthd/kolab-saslauthd.systemd b/saslauthd/kolab-saslauthd.systemd new file mode 100644 index 0000000..a39073c --- /dev/null +++ b/saslauthd/kolab-saslauthd.systemd @@ -0,0 +1,15 @@ +[Unit] +Description=Kolab Groupware SASL Authentication Daemon. +After=syslog.target network.target + +[Service] +Type=forking +PIDFile=/var/run/kolab-saslauthd/kolab-saslauthd.pid +EnvironmentFile=/etc/sysconfig/kolab-saslauthd +ExecStart=/usr/sbin/kolab-saslauthd $FLAGS +ExecReload=/bin/kill -HUP $MAINPID +ExecStop=/bin/kill -TERM $MAINPID + +[Install] +WantedBy=multi-user.target + |