Updated service file to stop child processes being killed

This commit is contained in:
The-Jonsey 2021-07-21 19:08:07 +01:00
parent 8fb5996331
commit dbdade9744
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,6 @@ pkgbase = streamdeckd
source = streamdeckd.service
md5sums = SKIP
md5sums = c181439b9cd1c7905c37dcaa8c53580f
md5sums = 582772c16dff97a3093c7743a887d4a6
md5sums = 113449dd0ba48054b4c3300442e71775
pkgname = streamdeckd

View File

@ -6,6 +6,7 @@ ExecStart=/usr/bin/streamdeckd
Environment="DISPLAY=:0.0"
Environment="DEBUG=true"
Restart=always
KillMode=process
[Install]
WantedBy=multi-user.target