propellor spin

This commit is contained in:
Joey Hess 2014-04-17 20:03:30 -04:00
parent b6426ed84d
commit e9453aaf5e
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ job desc times user cddir command = cronjobfile `File.hasContent`
, ""
, times ++ "\t" ++ user ++ "\t"
++ "flock -n " ++ shellEscape cronjobfile
++ " -c sh -c " ++ shellEscape cmdline
++ " sh -c " ++ shellEscape cmdline
]
`requires` Apt.serviceInstalledRunning "cron"
`describe` ("cronned " ++ desc)