From 929506a69f93161db251857a8936754368171fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Drahn=C3=ADk?= Date: Mon, 26 Jun 2023 21:44:42 +0200 Subject: [PATCH] Removed used sleep in ExecStartPre for no reason --- asus_stylus.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/asus_stylus.service b/asus_stylus.service index d137785..64b1ef6 100644 --- a/asus_stylus.service +++ b/asus_stylus.service @@ -9,8 +9,6 @@ StandardOutput=append:/var/log/asus_stylus-driver/error.log StandardError=append:/var/log/asus_stylus-driver/error.log TimeoutSec=5 Restart=on-failure -# For some operating systems with boot failure, adding this following property might resolve the issue -ExecStartPre=/bin/sleep 2 [Install] WantedBy=default.target