summaryrefslogtreecommitdiff
path: root/doc/forum/my_experience_with_propellor:_how_to_run_a_single_task_on_a_host__63__/comment_1_8959a79735aa3fa13ee37e57eb5a92e1._comment
blob: 273dc758edfec6b3012204875d86ccd09b307bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2015-04-14T18:48:23Z"
 content="""
By composing these things at the command-line, you're using the
command-line, rather than haskell, for describing your system. I don't
think that's a win.

As far as properties that you don't want to have run every time, see
`Propellor.Property.Scheduled.period`. For example:

	& Apt.update `period` Daily
"""]]