summarylogtreecommitdiffstats
path: root/otd-gui
diff options
context:
space:
mode:
authorMoeLava2020-12-22 00:06:34 +0700
committerMoeLava2020-12-23 13:29:14 +0700
commit50ee5dba0605d7f422d445cecdd38f4a28cc615d (patch)
treee06ad1a31315425b258b2c6c2e41fb4ec8750b49 /otd-gui
parentf2193622427b6e28a52339424d0d3a7bb194c24f (diff)
downloadaur-50ee5dba0605d7f422d445cecdd38f4a28cc615d.tar.gz
Packaging overhaul
- systemd service now has a grace period when restarting too many times - Daemon can be started without systemd by running "otd" - Add instructions and common error fixes to the install file
Diffstat (limited to 'otd-gui')
-rwxr-xr-xotd-gui11
1 files changed, 1 insertions, 10 deletions
diff --git a/otd-gui b/otd-gui
index c8d7599b2208..8a71b9faf550 100755
--- a/otd-gui
+++ b/otd-gui
@@ -1,12 +1,3 @@
#!/bin/bash
-systemctl --user --quiet is-active opentabletdriver.service
-daemonactive=$?
-
-if [ $daemonactive != 0 ]
-then
- echo "OpenTabletDriver Daemon not running, starting"
- systemctl --user start opentabletdriver.service
-fi
-
cd /usr/share/OpenTabletDriver
-dotnet OpenTabletDriver.UX.Gtk.dll "$@" \ No newline at end of file
+dotnet ./OpenTabletDriver.UX.Gtk.dll "$@"