mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
13 lines
298 B
SYSTEMD
13 lines
298 B
SYSTEMD
|
[Unit]
|
||
|
Description=IPA smartproxy for Foreman
|
||
|
After=ipa.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/ipa-smartproxy -c /etc/ipa/ipa-smartproxy.conf -d -p /var/run/ipa-smartproxy.pid
|
||
|
ExecReload=/bin/kill -USR1 $MAINPID
|
||
|
Type=forking
|
||
|
PIDFile=/var/run/ipa-smartproxy.pid
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|