Commit b49d86a7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack torrserver: dereference symlink and quote heredoc to fix install

parent 1b5d5373
......@@ -10,11 +10,11 @@ PKGNAME=$PRODUCT-$VERSION
mkdir -p var/lib/torrserver
mkdir -p usr/bin
mv -v $TAR usr/bin/torrserver
cp -L $TAR usr/bin/torrserver
chmod 755 usr/bin/torrserver
cat <<EOF | create_file /usr/lib/systemd/system/torrserver.service
cat <<'EOF' | create_file /usr/lib/systemd/system/torrserver.service
[Unit]
Description = TorrServer
After = syslog.target network.target nss-lookup.target
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment