浏览代码

[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