Browse Source

no x flag for logr2ram.server

For me, the x flag on that file produces the following warning each boot:

Aug 02 09:53:12 machine systemd[1]: Configuration file /etc/systemd/system/log2ram.service is marked executable. Please remove executable permission bits. Proceeding anyway.

Without the x flag, everything works fine here. Not sure if your version of systemd has different requirements. If so, feel free to ignore. :-)
pull/3/head
Sailing74 8 years ago
committed by GitHub
parent
commit
a277c8a46f
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      install.sh

+ 1
- 2
install.sh View File

@@ -3,8 +3,7 @@
if [ `id -u` -eq 0 ]
then
cp log2ram.service /etc/systemd/system/log2ram.service
chmod a+x /etc/systemd/system/log2ram.service
cp log2ram /usr/local/bin/log2ram
cp log2ram /usr/local/bin/log2ram
chmod a+x /usr/local/bin/log2ram
systemctl enable log2ram


Loading…
Cancel
Save