Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
log2ram
réplica de
https://github.com/azlux/log2ram.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
18
Wiki
Actividad
Explorar el Código
Use env instead of /bin/sh
better for flexible shell
pull/49/head
azlux
hace 6 años
padre
e439c5ffdd
commit
16ebd29848
Se han
modificado 4 ficheros
con
6 adiciones
y
6 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
install.sh
+1
-1
log2ram
+1
-1
log2ram.hourly
+2
-2
uninstall.sh
+ 2
- 2
install.sh
Ver fichero
@@ -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
Ver fichero
@@ -1,4 +1,4 @@
#!/bin/sh
#!/
usr/
bin/
env
sh
. /etc/log2ram.conf
+ 1
- 1
log2ram.hourly
Ver fichero
@@ -1,3 +1,3 @@
#!/bin/sh
#!/
usr/
bin/
env
sh
systemctl reload log2ram
+ 2
- 2
uninstall.sh
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar