Selaa lähdekoodia

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 vuotta sitten
committed by GitHub
vanhempi
commit
a277c8a46f
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. +1
    -2
      install.sh

+ 1
- 2
install.sh Näytä tiedosto

@@ -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


Ladataan…
Peruuta
Tallenna