Diese Webseite funktioniert besser mit JavaScript.
Startseite
Hilfe
Anmelden
heuzef
/
log2ram
Mirror von
https://github.com/azlux/log2ram.git
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Aktivität
Quellcode durchsuchen
Use env instead of /bin/sh
better for flexible shell
pull/49/head
azlux
vor 6 Jahren
Ursprung
e439c5ffdd
Commit
16ebd29848
4 geänderte Dateien
mit
6 neuen
und
6 gelöschten
Zeilen
Geteilte Ansicht
Diff-Optionen
Statistiken anzeigen
Patch-Datei herunterladen
Vergleichs-Datei herunterladen
+2
-2
install.sh
+1
-1
log2ram
+1
-1
log2ram.hourly
+2
-2
uninstall.sh
+ 2
- 2
install.sh
Datei anzeigen
@@ -1,9 +1,9 @@
#!/bin/sh
#!/
usr/
bin/
env
sh
[ -d /var/hdd.log ] && echo "ERROR: log2ram still installed. Uninstall first!"
[ -d /var/hdd.log ] && exit 1
if [ $(id -u) -eq 0 ]
if [
"
$(id -u)
"
-eq 0 ]
then
cp log2ram.service /etc/systemd/system/log2ram.service
chmod 644 /etc/systemd/system/log2ram.service
+ 1
- 1
log2ram
Datei anzeigen
@@ -1,4 +1,4 @@
#!/bin/sh
#!/
usr/
bin/
env
sh
. /etc/log2ram.conf
+ 1
- 1
log2ram.hourly
Datei anzeigen
@@ -1,3 +1,3 @@
#!/bin/sh
#!/
usr/
bin/
env
sh
systemctl reload log2ram
+ 2
- 2
uninstall.sh
Datei anzeigen
@@ -1,6 +1,6 @@
#!/bin/sh
#!/
usr/
bin/
env
sh
if [ $(id -u) -eq 0 ]
if [
"
$(id -u)
"
-eq 0 ]
then
service log2ram stop
systemctl disable log2ram
Verfassen
Vorschau
Laden…
Abbrechen
Speichern