mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add service triggers to mail init
This commit is contained in:
parent
485a180286
commit
a2e69cfb26
1 changed files with 4 additions and 0 deletions
|
@ -58,3 +58,7 @@ start_service() {
|
||||||
config_foreach config_account smtp
|
config_foreach config_account smtp
|
||||||
[ -f "/tmp/msmtp.tmp" ] && mv /tmp/msmtp.tmp /etc/msmtprc
|
[ -f "/tmp/msmtp.tmp" ] && mv /tmp/msmtp.tmp /etc/msmtprc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
service_triggers() {
|
||||||
|
procd_add_reload_trigger mail
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue