mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 05:37:34 +03:00
parent
9b1ee1b52f
commit
c0eacfa0f3
25 changed files with 1343 additions and 1384 deletions
2
dist/systemd/maddy.service
vendored
2
dist/systemd/maddy.service
vendored
|
@ -72,7 +72,7 @@ Restart=on-failure
|
|||
# ... Unless it is a configuration problem.
|
||||
RestartPreventExitStatus=2
|
||||
|
||||
ExecStart=/usr/local/bin/maddy
|
||||
ExecStart=/usr/local/bin/maddy run
|
||||
|
||||
ExecReload=/bin/kill -USR1 $MAINPID
|
||||
ExecReload=/bin/kill -USR2 $MAINPID
|
||||
|
|
2
dist/systemd/maddy@.service
vendored
2
dist/systemd/maddy@.service
vendored
|
@ -68,7 +68,7 @@ Restart=on-failure
|
|||
# ... Unless it is a configuration problem.
|
||||
RestartPreventExitStatus=2
|
||||
|
||||
ExecStart=/usr/local/bin/maddy -config /etc/maddy/%i.conf
|
||||
ExecStart=/usr/local/bin/maddy --config /etc/maddy/%i.conf run
|
||||
|
||||
ExecReload=/bin/kill -USR1 $MAINPID
|
||||
ExecReload=/bin/kill -USR2 $MAINPID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue