summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe-Jonsey2021-07-21 19:08:07 +0100
committerThe-Jonsey2021-07-21 19:08:07 +0100
commitabe5da927b865141822a756b4340dfcc583a2fcc (patch)
treefbd4be95157fece0c006cf528ad80c2fbea74d59
parent8fb5996331d15cb9e14d033bb4efb455f3dd4385 (diff)
downloadaur-abe5da927b865141822a756b4340dfcc583a2fcc.tar.gz
Updated service file to stop child processes being killed
-rw-r--r--streamdeckd.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/streamdeckd.service b/streamdeckd.service
index b8343b95ddd1..24103096ef66 100644
--- a/streamdeckd.service
+++ b/streamdeckd.service
@@ -6,6 +6,7 @@ ExecStart=/usr/bin/streamdeckd
Environment="DISPLAY=:0.0"
Environment="DEBUG=true"
Restart=always
+KillMode=process
[Install]
WantedBy=multi-user.target