17 lines
327 B
SYSTEMD
17 lines
327 B
SYSTEMD
|
[Unit]
|
||
|
Description=Hound Code Search and Indexing Daemon
|
||
|
Documentation=https://github.com/hound-search/hound
|
||
|
Requires=network-online.target
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
User=hound
|
||
|
Group=hound
|
||
|
WorkingDirectory=/var/lib/hound
|
||
|
ExecStart=/usr/bin/houndd
|
||
|
Restart=always
|
||
|
RestartSec=30
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|