summarylogtreecommitdiffstats
path: root/guacd.service
diff options
context:
space:
mode:
Diffstat (limited to 'guacd.service')
-rw-r--r--guacd.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/guacd.service b/guacd.service
new file mode 100644
index 000000000000..adf99a9c55d4
--- /dev/null
+++ b/guacd.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Guacamole Proxy Daemon
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/guacd.pid
+ExecStart=/usr/bin/guacd -p /var/run/guacd.pid
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target
+