summarylogtreecommitdiffstats
path: root/ctxusbd.service
diff options
context:
space:
mode:
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