home.nas: add bundle:mixcloud-downloader
This commit is contained in:
parent
615f6107bc
commit
15ea875742
4 changed files with 74 additions and 6 deletions
11
bundles/mixcloud-downloader/metadata.py
Normal file
11
bundles/mixcloud-downloader/metadata.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
defaults = {
|
||||
'systemd-timers': {
|
||||
'timers': {
|
||||
'mixcloud-downloader': {
|
||||
'command': '/opt/mixcloud-downloader/download.sh',
|
||||
'user': 'kunsi',
|
||||
'when': '*-*-* 03:00:00',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue