mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 15:51:41 +00:00
fixup! comandos correctos
This commit is contained in:
parent
a0441a858e
commit
369b0c9937
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Limpiar mensualmente
|
||||
check program cleanup
|
||||
with path "/usr/bin/foreman run -f /srv/Procfile -d /srv cleanup" as uid "rails" gid "http-data"
|
||||
with path "/usr/bin/foreman run -f /srv/Procfile -d /srv cleanup" as uid "rails" gid "www-data"
|
||||
every "0 3 1 * *"
|
||||
if status != 0 then alert
|
||||
|
|
Loading…
Reference in a new issue