mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 05:37:34 +03:00
made default ExecStart path the same as the default build.sh
This commit is contained in:
parent
820d9183aa
commit
0677355232
2 changed files with 2 additions and 2 deletions
2
dist/systemd/maddy.service
vendored
2
dist/systemd/maddy.service
vendored
|
@ -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
|
||||
|
|
2
dist/systemd/maddy@.service
vendored
2
dist/systemd/maddy@.service
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue