16 lines
327 B
Desktop File
16 lines
327 B
Desktop File
[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
|