Skip to content

Commit

Permalink
Sample systemd unit file
Browse files Browse the repository at this point in the history
  • Loading branch information
avleen committed Mar 22, 2016
1 parent 045d664 commit d4b74ea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tools/hound.service
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d4b74ea

Please sign in to comment.