
Add a systemd script, which is backported from Artful. So good news if we are still running puppet when ubuntu 18.04 upgrades happen, we can delete this code. Change-Id: I806abac132efedfd2b97dea1d0954e6235f26673 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
15 lines
411 B
Desktop File
15 lines
411 B
Desktop File
[Unit]
|
|
Description=Kerberos 5 slave KDC update server
|
|
|
|
[Service]
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
EnvironmentFile=-/etc/default/krb5-kpropd
|
|
ExecStart=/usr/sbin/kpropd -D $DAEMON_ARGS
|
|
InaccessibleDirectories=/etc/ssh /etc/ssl/private /root
|
|
ReadOnlyDirectories=/
|
|
ReadWriteDirectories=/var/tmp /tmp /var/lib/krb5kdc /var/run /run
|
|
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|