mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
15 lines
275 B
Desktop File
15 lines
275 B
Desktop File
[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
|