소스 검색

fix systemd unit

tags/v2.1.0-rc1
Shivaram Lingamneni 4 년 전
부모
커밋
de99fdb0ed
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      distrib/systemd/oragono.service

+ 3
- 2
distrib/systemd/oragono.service 파일 보기

@@ -2,8 +2,9 @@
2 2
 Description=oragono
3 3
 After=network.target
4 4
 # If you are using MySQL for history storage, comment out the above line
5
-# and uncomment these two instead:
6
-# Requires=mysql.service
5
+# and uncomment these two instead (you must independently install and configure
6
+# MySQL for your system):
7
+# Wants=mysql.service
7 8
 # After=network.target mysql.service
8 9
 
9 10
 [Service]

Loading…
취소
저장