diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-04-11 23:48:51 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-04-11 23:48:51 -0700 |
commit | dd20248c9da02ec9ca2f4177ede0464e44a780e3 (patch) | |
tree | 75e85d6fec389445b3164ad7d6708bccfde4485b /icecream.initd | |
parent | Improve conf files (diff) | |
download | icecream-dd20248c9da02ec9ca2f4177ede0464e44a780e3.tar.xz |
Adjust prefix
Diffstat (limited to 'icecream.initd')
-rw-r--r-- | icecream.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icecream.initd b/icecream.initd index 1ff49e9..c0db732 100644 --- a/icecream.initd +++ b/icecream.initd @@ -2,7 +2,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -command="/usr/lib/icecream/sbin/iceccd" +command="/usr/bin/iceccd" command_args="${ICECREAM_OPTS}" pidfile="/run/${RC_SVCNAME}.pid" start_stop_daemon_args="--background --make-pidfile" |