summaryrefslogtreecommitdiffstats
path: root/kprop.service
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2014-08-26 11:23:52 -0400
committerNalin Dahyabhai <nalin@redhat.com>2014-08-28 14:05:37 -0400
commit56cd96f9bd2a7001a21ba4cd6d1776f5fccf819c (patch)
treed542e81c86a642f1442571a5d187786f05e27c01 /kprop.service
parent8563ebea460fa1cf0a91e3fb4c9bf2781412b1ed (diff)
downloadkrb5-56cd96f9bd2a7001a21ba4cd6d1776f5fccf819c.tar.gz
krb5-56cd96f9bd2a7001a21ba4cd6d1776f5fccf819c.tar.xz
krb5-56cd96f9bd2a7001a21ba4cd6d1776f5fccf819c.zip
Remove the -S flag from kprop.servicekrb5-1.13-0.fc22.alpha1.2
- 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"
Diffstat (limited to 'kprop.service')
-rw-r--r--kprop.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/kprop.service b/kprop.service
index 959a300..4ed2247 100644
--- a/kprop.service
+++ b/kprop.service
@@ -4,7 +4,7 @@ After=syslog.target network.target
[Service]
Type=forking
-ExecStart=/usr/sbin/_kpropd -S
+ExecStart=/usr/sbin/_kpropd
[Install]
WantedBy=multi-user.target