summaryrefslogtreecommitdiffstats
path: root/smartproxy/ipa-smartproxy.service
blob: 544f55b1369943c3919f5cb61a9f3bc2d784043d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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