mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
update samba and dect init scripts
This commit is contained in:
parent
777647df2b
commit
92dc21ebc7
2 changed files with 6 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ restart_service() {
|
|||
dectmngr > /tmp/dectmngr 2>&1 &
|
||||
}
|
||||
|
||||
reload_sercie() {
|
||||
reload_service() {
|
||||
# reload config
|
||||
dect -c
|
||||
}
|
||||
|
|
|
|||
|
|
@ -115,6 +115,11 @@ stop_service() {
|
|||
purgesmbpasswd
|
||||
}
|
||||
|
||||
reload_service() {
|
||||
stop
|
||||
start
|
||||
}
|
||||
|
||||
service_triggers() {
|
||||
procd_add_reload_trigger samba network
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue