summarylogtreecommitdiffstats
path: root/icecreamd
diff options
context:
space:
mode:
authorBen Widawsky2015-12-24 10:02:06 -0800
committerBen Widawsky2015-12-24 11:25:32 -0800
commit083f39fdb08b4070d22a7e6d5a466767a977ad84 (patch)
tree0b1a39d0720118ff6d307cadf707e78a231633a1 /icecreamd
parent5e8f7eebc937c2ee9a560ab08060a419c5206011 (diff)
downloadaur-083f39fdb08b4070d22a7e6d5a466767a977ad84.tar.gz
Merge Fedora Core's systemd files to ours
I assume Fedora team knows what they're doing with regard to systemd. All other changes will come directly from the upstream package. This doesn't pull in the wrappers used by Fedora. Note that this diverges from SuSE's explicit daemonizing, and instead relying on systemd, thus the removal of -d
Diffstat (limited to 'icecreamd')
-rw-r--r--icecreamd2
1 files changed, 1 insertions, 1 deletions
diff --git a/icecreamd b/icecreamd
index 8659713f03d3..f0ca66f1960d 100644
--- a/icecreamd
+++ b/icecreamd
@@ -32,4 +32,4 @@ if test -n "${ICECREAM_MAX_JOBS}"; then
fi
fi
-/usr/lib/icecream/sbin/iceccd -d ${logfile} ${nice} ${scheduler} ${netname} -b "${ICECREAM_BASEDIR}" ${maxjobs} ${noremote} &>/dev/null
+/usr/lib/icecream/sbin/iceccd -u icecream ${logfile} ${nice} ${scheduler} ${netname} -b "${ICECREAM_BASEDIR}" ${maxjobs} ${noremote} &>/dev/null