Files
FastAnime/fastanime/assets/defaults/fastanime-worker.template.service
2025-07-29 02:02:32 +03:00

17 lines
363 B
Desktop File

# values in {NAME} syntax are provided by python using .replace()
#
[Unit]
Description=FastAnime Background Worker
After=network-online.target
[Service]
Type=simple
# Ensure you have the full path to your fastanime executable
# Use `which fastanime` to find it
ExecStart={EXECUTABLE} worker --log
Restart=always
RestartSec=30
[Install]
WantedBy=default.target