diff options
author | Nalin Dahyabhai <nalin@redhat.com> | 2014-08-26 11:23:52 -0400 |
---|---|---|
committer | Nalin Dahyabhai <nalin@redhat.com> | 2014-08-28 14:05:37 -0400 |
commit | 56cd96f9bd2a7001a21ba4cd6d1776f5fccf819c (patch) | |
tree | d542e81c86a642f1442571a5d187786f05e27c01 /kprop.service | |
parent | 8563ebea460fa1cf0a91e3fb4c9bf2781412b1ed (diff) | |
download | krb5-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.service | 2 |
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 |