diff --git a/tools/hound.service b/tools/hound.service new file mode 100644 index 00000000..df25a377 --- /dev/null +++ b/tools/hound.service @@ -0,0 +1,14 @@ +[Unit] +Description=Hound Code Search and Indexing Daemon +After=network.target +After=httpd.service + +[Service] +Type=simple +User=nobody +Group=nobody +ExecStart=/usr/local/hound/bin/houndd +Restart=always + +[Install] +WantedBy=multi-user.target