56cd96f9bd
- 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"
11 lines
167 B
Desktop File
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
|