From 3b298a9ba45ec968f8988882688e05839fe3e31e Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Sun, 12 Jul 2015 18:33:41 +0200 Subject: [PATCH] Intranet 2, ne passe plus par init avec systemd --- Python/etc/monit/services | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python/etc/monit/services b/Python/etc/monit/services index a9c69eb..8af28b9 100644 --- a/Python/etc/monit/services +++ b/Python/etc/monit/services @@ -91,6 +91,8 @@ if has('radio'): service('intranet2-service', name="intranet2", + start_cmd = "/usr/local/django/intranet/utils/intranet2-start", + stop_cmd = "/usr/local/django/intranet/utils/intranet2-stop", pidp='/run/gunicorn/intranet2.pid', )