Skip to content
Snippets Groups Projects
Commit 35afe54a authored by Stephen D's avatar Stephen D
Browse files

fix systemd kill mode

parent d2052a76
No related branches found
No related tags found
No related merge requests found
Pipeline #5820 failed
...@@ -9,6 +9,7 @@ ExecStop=/bin/kill -s QUIT $MAINPID ...@@ -9,6 +9,7 @@ ExecStop=/bin/kill -s QUIT $MAINPID
PrivateTmp=true PrivateTmp=true
User=cats-sdr-igate User=cats-sdr-igate
Restart=on-failure Restart=on-failure
KillMode=mixed
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment