summaryrefslogtreecommitdiffstats
path: root/ipapython/platform/fedora16/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/platform/fedora16/service.py')
-rw-r--r--ipapython/platform/fedora16/service.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipapython/platform/fedora16/service.py b/ipapython/platform/fedora16/service.py
index f8026b9f2..bceb87cd5 100644
--- a/ipapython/platform/fedora16/service.py
+++ b/ipapython/platform/fedora16/service.py
@@ -53,6 +53,7 @@ system_units['pki_cad'] = system_units['pki-cad']
# Our PKI instance is pki-tomcatd@pki-tomcat.service
system_units['pki-tomcatd'] = 'pki-tomcatd@pki-tomcat.service'
system_units['pki_tomcatd'] = system_units['pki-tomcatd']
+system_units['ipa-otpd'] = 'ipa-otpd.socket'
class Fedora16Service(systemd.SystemdService):
def __init__(self, service_name):