summarylogtreecommitdiffstats
path: root/ctxusbd.service
diff options
context:
space:
mode:
authorMoabeat2024-03-07 10:31:04 +0100
committerMoabeat2024-03-07 10:32:28 +0100
commit566f70a620ac4525a2830c526214c098dbaaaa90 (patch)
tree62832cff58a7ae28c7d48b8a872c6fe021001299 /ctxusbd.service
parent009b0b2740695bd96f1fdad7c413abf4bc366bd9 (diff)
downloadaur-icaclient.tar.gz
Update to 24.2.0.65 and USB support
Diffstat (limited to 'ctxusbd.service')
-rw-r--r--ctxusbd.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/ctxusbd.service b/ctxusbd.service
new file mode 100644
index 000000000000..49d8e76eff4b
--- /dev/null
+++ b/ctxusbd.service
@@ -0,0 +1,17 @@
+# Service file for Citrix Workspace App USB Forwarding Service
+# Author: Moabeat <moabeat@berlin.de>
+
+[Unit]
+Description=Citrix Workspace App USB Forwarding Service
+After=udev.service
+Requires=ctxcwalogd.service
+
+[Service]
+Type=forking
+Restart=always
+ExecStartPre=mkdir -m 700 -p /var/run/ctxusbd
+ExecStart=/opt/Citrix/ICAClient/usb/ctxusbd
+ExecStopPost=rm -rf /var/run/ctxusbd
+
+[Install]
+WantedBy=multi-user.target