resolve unnecessary metaproc
This commit is contained in:
parent
7c1da59bb7
commit
6c0193520d
1 changed files with 2 additions and 10 deletions
|
@ -29,15 +29,6 @@ defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@metadata_reactor.provides(
|
|
||||||
'systemd-timers/suspend-if-idle',
|
|
||||||
)
|
|
||||||
def timer(metadata):
|
|
||||||
return {
|
|
||||||
'systemd-timers': {
|
'systemd-timers': {
|
||||||
'suspend-if-idle': {
|
'suspend-if-idle': {
|
||||||
'command': f'suspend_if_idle',
|
'command': f'suspend_if_idle',
|
||||||
|
@ -48,7 +39,8 @@ def timer(metadata):
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@metadata_reactor.provides(
|
@metadata_reactor.provides(
|
||||||
|
|
Loading…
Reference in a new issue