krb5/kprop.service
Nalin Dahyabhai 56cd96f9bd Remove the -S flag from kprop.service
- kpropd hasn't bothered with -S since 1.11; stop trying to use that
  flag in the systemd unit file and change its type from "forking" to
  "simple"
2014-08-28 14:05:37 -04:00

11 lines
167 B
Desktop File

[Unit]
Description=Kerberos 5 Propagation
After=syslog.target network.target
[Service]
Type=forking
ExecStart=/usr/sbin/_kpropd
[Install]
WantedBy=multi-user.target