made default ExecStart path the same as the default build.sh

This commit is contained in:
Jordan Patterson 2021-08-22 08:22:32 -03:00 committed by Max Mazurov
parent 820d9183aa
commit 0677355232
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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