summaryrefslogtreecommitdiffstats
path: root/init/systemd/ipa.service
diff options
context:
space:
mode:
Diffstat (limited to 'init/systemd/ipa.service')
-rw-r--r--init/systemd/ipa.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/init/systemd/ipa.service b/init/systemd/ipa.service
new file mode 100644
index 000000000..ba27d1dfd
--- /dev/null
+++ b/init/systemd/ipa.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Identity, Policy, Audit
+Requires=syslog.target network.target
+After=syslog.target network.target
+
+[Service]
+Type=oneshot
+ExecStart=/usr/sbin/ipactl start
+ExecStop=/usr/sbin/ipactl stop
+RemainAfterExit=yes
+TimeoutSec=0
+
+[Install]
+WantedBy=multi-user.target