diff --git a/server/migration-tools-agent.service b/server/migration-tools-agent.service index 44e45526154cc994267e53715bd556694c83af49..cb4440abe4a389e15d45cd970aa073d65b9026df 100644 --- a/server/migration-tools-agent.service +++ b/server/migration-tools-agent.service @@ -5,7 +5,7 @@ After=network-online.target [Service] Type=simple ExecStart=/usr/bin/python3 /usr/lib/migration-tools-agent/migration-tools-client.py -ExecStop=/bin/kill-INT $MAINPID +ExecStop=/bin/kill -INT $MAINPID [Install] WantedBy=multi-user.target