resolve unnecessary metaproc

This commit is contained in:
cronekorkn 2022-09-24 13:35:45 +02:00
parent 7c1da59bb7
commit 6c0193520d
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -29,15 +29,6 @@ defaults = {
},
},
},
},
}
@metadata_reactor.provides(
'systemd-timers/suspend-if-idle',
)
def timer(metadata):
return {
'systemd-timers': {
'suspend-if-idle': {
'command': f'suspend_if_idle',
@ -48,7 +39,8 @@ def timer(metadata):
},
},
},
}
},
}
@metadata_reactor.provides(