Remove useless code.

That block of code is useless.

Change-Id: I88c63576a7f32bd6122f98f8f7d12cdf423777f1
This commit is contained in:
Lucas Alvares Gomes 2013-06-06 14:30:35 +01:00
parent ab5b6b5b9b
commit 6aa037e390
1 changed files with 0 additions and 6 deletions

View File

@ -98,12 +98,6 @@ function install_systemd {
local cmd=$3
shift; shift; shift
local args=$*
if [ $print_only -eq 1 ] ; then
out=cat
else
out="cat > /etc/systemd/system/$name.service"
fi
$OUTPUT /etc/systemd/system/$name.service <<EOF
[Unit]
Description=$name Service