change stopsignal.

This commit is contained in:
Miroslav Šedivý
2021-11-17 18:05:38 +01:00
parent c4d67d416e
commit 4f0819b3f8
9 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,7 @@
[program:vlc]
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
command=/usr/bin/vlc --x11-display=%(ENV_DISPLAY)s --no-qt-privacy-ask %(ENV_VLC_MEDIA)s
stopsignal=INT
autorestart=true
priority=800
user=%(ENV_USER)s