Bladeren bron

Update README.rst

Added the opportunity to set a job with a special keyword like '@reboot' or '@hourly'. Quotes must be used, otherwise PyYAML will strip the '@' sign.
pull/213/head
preussal 4 jaren geleden
bovenliggende
commit
06dfee8e30
No account linked to committer's email address
1 gewijzigde bestanden met toevoegingen van 15 en 0 verwijderingen
  1. +15
    -0
      README.rst

+ 15
- 0
README.rst Bestand weergeven

hour: 2 hour: 2
minute: 0 minute: 0


Added the opportunity to set a job with a special keyword like '@reboot' or '@hourly'. Quotes must be used, otherwise PyYAML will strip the '@' sign.
.. code-block:: yaml

linux:
system:
...
job:
cmd1:
command: '/cmd/to/run'
identifier: cmd1
enabled: true
user: 'root'
special: '@reboot'


Managing 'at' tasks Managing 'at' tasks
------------------- -------------------



Laden…
Annuleren
Opslaan