Bob Mottram 7 년 전
부모
커밋
81810058a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-bdsmail

+ 1
- 1
src/freedombone-app-bdsmail 파일 보기

@@ -239,7 +239,7 @@ function install_bdsmail {
239 239
     echo 'WantedBy=multi-user.target' >> /etc/systemd/system/bdsmail.service
240 240
     systemctl enable bdsmail
241 241
     chown -R bdsmail:bdsmail /etc/bdsmail
242
-    systemctl start bdsmail
242
+    systemctl restart bdsmail
243 243
 
244 244
     echo '#!/usr/bin/env python2' > /etc/bdsmail/get_address
245 245
     echo 'import base64, hashlib, sys' >> /etc/bdsmail/get_address