summarylogtreecommitdiffstats
path: root/guacd.service
diff options
context:
space:
mode:
Diffstat (limited to 'guacd.service')
-rw-r--r--guacd.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/guacd.service b/guacd.service
deleted file mode 100644
index adf99a9c55d4..000000000000
--- a/guacd.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[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
-