From eaa07d42f658504811d018703520198c696d34a9 Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Wed, 14 Jan 2026 16:23:31 +0100 Subject: [PATCH] chore: set act time to 5 seconds delay --- install.sh | 4 ++-- service-files/presentation.service | 2 +- service-files/video.service | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index c20ba66..fa70136 100644 --- a/install.sh +++ b/install.sh @@ -33,7 +33,7 @@ After=graphical.target Type=simple Environment=DISPLAY=:0 WorkingDirectory=/opt/akartontv -ExecStartPre=/usr/bin/sleep 3 +ExecStartPre=/usr/bin/sleep 5 ExecStart=/bin/sh -c 'exec /usr/bin/libreoffice --impress --show --norestore $(find /opt/akartontv/media \( -name "*.pptx" -o -name "*.odp" \))' ExecStop=/usr/bin/killall libreoffice Restart=always @@ -53,7 +53,7 @@ After=graphical.target Type=simple Environment=DISPLAY=:0 WorkingDirectory=/opt/akartontv -ExecStartPre=/usr/bin/sleep 3 +ExecStartPre=/usr/bin/sleep 5 ExecStart=/bin/sh -c 'exec /usr/bin/vlc --fullscreen --loop --no-video-title --video-on-top --no-qt-fs-controller --qt-continue=0 $(find /opt/akartontv/media \( -name "*.mp4" -o -name "*.mkv" -o -name "*.mov" -o -name "*.webm" \))' ExecStop=/usr/bin/killall vlc Restart=always diff --git a/service-files/presentation.service b/service-files/presentation.service index 3035baf..64dc27b 100644 --- a/service-files/presentation.service +++ b/service-files/presentation.service @@ -6,7 +6,7 @@ After=graphical.target Type=simple Environment=DISPLAY=:0 WorkingDirectory=/opt/akartontv -ExecStartPre=/usr/bin/sleep 3 +ExecStartPre=/usr/bin/sleep 5 ExecStart=/bin/sh -c 'exec /usr/bin/libreoffice --impress --show --norestore $(find /opt/akartontv/media \( -name "*.pptx" -o -name "*.odp" \))' ExecStop=/usr/bin/killall libreoffice Restart=always diff --git a/service-files/video.service b/service-files/video.service index 67ca48f..054d5bb 100644 --- a/service-files/video.service +++ b/service-files/video.service @@ -6,7 +6,7 @@ After=graphical.target Type=simple Environment=DISPLAY=:0 WorkingDirectory=/opt/akartontv -ExecStartPre=/usr/bin/sleep 3 +ExecStartPre=/usr/bin/sleep 5 ExecStart=/bin/sh -c 'exec /usr/bin/vlc --fullscreen --loop --no-video-title --video-on-top --no-qt-fs-controller --qt-continue=0 $(find /opt/akartontv/media \( -name "*.mp4" -o -name "*.mkv" -o -name "*.mov" -o -name "*.webm" \))' ExecStop=/usr/bin/killall vlc Restart=always