From ebf09d501ef7aaba99e38cdfe611786d0a090806 Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Wed, 15 Jun 2016 13:15:25 +0000 Subject: [PATCH] Task #9351: typo's --- SAS/DataManagement/CleanupService/cleanupservice.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SAS/DataManagement/CleanupService/cleanupservice.ini b/SAS/DataManagement/CleanupService/cleanupservice.ini index 95b1a0b7521..0e705c1191c 100644 --- a/SAS/DataManagement/CleanupService/cleanupservice.ini +++ b/SAS/DataManagement/CleanupService/cleanupservice.ini @@ -1,5 +1,5 @@ -[program:radbservice] -command=/bin/bash -c 'source $LOFARROOT/lofarinit.sh;exec radbservice --log-queries' +[program:cleanupservice] +command=/bin/bash -c 'source $LOFARROOT/lofarinit.sh;exec cleanupservice --log-queries' user=lofarsys stopsignal=INT ; KeyboardInterrupt stopasgroup=true ; bash does not propagate signals -- GitLab