소스 검색

no x flag for logr2ram.server (#3)

no x flag for logr2ram.server
pull/7/head
Sailing74 8 년 전
committed by azlux
부모
커밋
e50a968dce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh 파일 보기

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


불러오는 중...
취소
저장