1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
suyuan 2024-01-18 01:53:34 +08:00 committed by GitHub
commit d360810a13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 61 additions and 3 deletions

View file

@ -2304,6 +2304,16 @@ stop_service() {
test -d "$CONFIG_FOLDER" && rm -rf "$CONFIG_FOLDER"
}
restart_service() {
stop
start
}
reload_service() {
stop
start
}
service_triggers() {
procd_add_reload_trigger "$NAME"
}