mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 07:34:23 +01:00
13 lines
300 B
Desktop File
13 lines
300 B
Desktop File
[Unit]
|
|
Description=An automatic missing content hunter for Sonarr, Radarr, Lidarr, Readarr, and Whisparr
|
|
|
|
[Service]
|
|
ExecStart=/bin/python /usr/share/webapps/huntarr/main.py
|
|
WorkingDirectory=/var/lib/huntarr
|
|
User=huntarr
|
|
Group=huntarr
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|