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