Rewrite modules (untested)
This commit is contained in:
parent
b3d3ee6403
commit
eba57e6c8a
53 changed files with 1288 additions and 394 deletions
10
modules.d/SER_Location.conf
Normal file
10
modules.d/SER_Location.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "Disable Location Service",
|
||||
"description" : "This module disable location service",
|
||||
"actions" : [
|
||||
{
|
||||
"action" : "DisableService",
|
||||
"name" : "lfsvc"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue