Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-server/pull/160#discussion_r175202657
--- Diff: src/guacd/systemd/guacd.service.in ---
@@ -0,0 +1,11 @@
+[Unit]
+Description=Guacamole Server
+Documentation=man:guacd(8)
+
+[Service]
+User=daemon
+ExecStart=@sbindir@/guacd -f
--- End diff --
Is this the generally-accepted best practice? Relying on systemd to handle
the daemonization for the process, management of any PID file, etc.?---
