summarylogtreecommitdiffstats
path: root/otd
diff options
context:
space:
mode:
authorLavaDesu2021-01-28 22:05:08 +0700
committerLavaDesu2021-01-28 22:11:47 +0700
commit16b9f5026738b59208fdd74d660efb6b49388272 (patch)
treea09e0909a8ba10e09682b2ed8fae4a77f5c40ed6 /otd
parent50ee5dba0605d7f422d445cecdd38f4a28cc615d (diff)
downloadaur-16b9f5026738b59208fdd74d660efb6b49388272.tar.gz
Improve systemd service
Diffstat (limited to 'otd')
-rwxr-xr-xotd2
1 files changed, 1 insertions, 1 deletions
diff --git a/otd b/otd
index 246f692e41b8..f4a779ebe6ba 100755
--- a/otd
+++ b/otd
@@ -5,7 +5,7 @@ then
if [[ ! -v DISPLAY ]] && [[ ! -v WAYLAND_DISPLAY ]]
then
echo "DISPLAY and/or WAYLAND_DISPLAY is not set"
- exit 1
+ exit 64
fi
dotnet ./OpenTabletDriver.Daemon.dll -c ./Configurations
else