소스 검색

[systemd] Update the mailhog script

Colin Powell 4 년 전
부모
커밋
64e60cab2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      systemd/.config/systemd/user/mailhog.service

+ 1 - 1
systemd/.config/systemd/user/mailhog.service

@@ -3,7 +3,7 @@ Description=Mailhog
 After=network.target
 
 [Service]
-ExecStart=/usr/bin/env /usr/local/bin/mailhog > /dev/null 2>&1 &
+ExecStart=/usr/bin/env mailhog > /dev/null 2>&1 &
 Restart=on-failure
 SuccessExitStatus=3 4
 RestartForceExitStatus=3 4