소스 검색

Create log2ram.service

pull/1/head
azlux 8 년 전
부모
커밋
9cc827110d
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. +14
    -0
      log2ram.service

+ 14
- 0
log2ram.service 파일 보기

@@ -0,0 +1,14 @@
[Unit]
Description=Log2Ram

[Service]
ExecStart= /usr/local/bin/ramlog start
ExecStop= /usr/local/bin/ramlog stop
ExecReload= /usr/local/bin/ramlog write

Before=syslog.target mysql.service fail2ban.service nginx.service rsyslog.service

RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

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