From 0677355232bcf53b19c84a0e78c1c380cd903208 Mon Sep 17 00:00:00 2001 From: Jordan Patterson Date: Sun, 22 Aug 2021 08:22:32 -0300 Subject: [PATCH] made default ExecStart path the same as the default build.sh --- dist/systemd/maddy.service | 2 +- dist/systemd/maddy@.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/systemd/maddy.service b/dist/systemd/maddy.service index c51c745..95df73d 100644 --- a/dist/systemd/maddy.service +++ b/dist/systemd/maddy.service @@ -69,7 +69,7 @@ Restart=on-failure # ... Unless it is a configuration problem. RestartPreventExitStatus=2 -ExecStart=/usr/bin/maddy +ExecStart=/usr/local/bin/maddy ExecReload=/bin/kill -USR1 $MAINPID ExecReload=/bin/kill -USR2 $MAINPID diff --git a/dist/systemd/maddy@.service b/dist/systemd/maddy@.service index 6373384..9805f6f 100644 --- a/dist/systemd/maddy@.service +++ b/dist/systemd/maddy@.service @@ -65,7 +65,7 @@ Restart=on-failure # ... Unless it is a configuration problem. RestartPreventExitStatus=2 -ExecStart=/usr/bin/maddy -config /etc/maddy/%i.conf +ExecStart=/usr/local/bin/maddy -config /etc/maddy/%i.conf ExecReload=/bin/kill -USR1 $MAINPID ExecReload=/bin/kill -USR2 $MAINPID