Ajouter start_crond.sh
This commit is contained in:
8
start_crond.sh
Normal file
8
start_crond.sh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# start_crond.sh
|
||||||
|
|
||||||
|
# Activer le venv
|
||||||
|
source venv/bin/activate
|
||||||
|
|
||||||
|
# Lancer crond
|
||||||
|
exec crond -f
|
Reference in New Issue
Block a user