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