From 277d9f9b883ecca541c0fb25266f242ef3ffb656 Mon Sep 17 00:00:00 2001 From: Alexander Burmatov Date: Wed, 17 May 2023 16:39:37 +0300 Subject: [PATCH] Changing the service file This is necessary for the correct stop of the service when the machine is shutdowned or rebooted (with the leave from the domain of non-persistent machines). --- actor/linux/debian/udsactor.service | 1 + 1 file changed, 1 insertion(+) diff --git a/actor/linux/debian/udsactor.service b/actor/linux/debian/udsactor.service index 9fc67c44e..aab21e5dc 100644 --- a/actor/linux/debian/udsactor.service +++ b/actor/linux/debian/udsactor.service @@ -3,6 +3,7 @@ Description=UDS Broker actor After=network.target [Service] +KillMode=mixed Type=simple User=root Group=root