이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
heuzef
/
log2ram
의 미러
https://github.com/azlux/log2ram.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
18
위키
활동
소스 검색
Use env instead of /bin/sh
better for flexible shell
pull/49/head
azlux
6 년 전
부모
e439c5ffdd
커밋
16ebd29848
4개의 변경된 파일
과
6개의 추가작업
그리고
6개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
install.sh
+1
-1
log2ram
+1
-1
log2ram.hourly
+2
-2
uninstall.sh
+ 2
- 2
install.sh
파일 보기
@@ -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
파일 보기
@@ -1,4 +1,4 @@
#!/bin/sh
#!/
usr/
bin/
env
sh
. /etc/log2ram.conf
+ 1
- 1
log2ram.hourly
파일 보기
@@ -1,3 +1,3 @@
#!/bin/sh
#!/
usr/
bin/
env
sh
systemctl reload log2ram
+ 2
- 2
uninstall.sh
파일 보기
@@ -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
쓰기
미리보기
불러오는 중...
취소
저장