mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
sync (#412)
This commit is contained in:
commit
d360810a13
9 changed files with 61 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue