Files
tytd2025/package/systemd/tytd2025.service
Mike Nolan c82957cc61
Some checks failed
Build and Deploy on Tag / 🔨 Build for everything else (push) Failing after 11s
Build and Deploy on Tag / 🔨 Build for PowerPC (push) Failing after 20s
Make it a little faster, queue is in sqlite now, fix db bug and more
2026-06-25 15:35:39 -05:00

14 lines
245 B
Desktop File

[Unit]
Description=Tesses YouTube Downloader
Documentation=https://git.tesses.org/tesses50/tytd2025
[Service]
Type=simple
ExecStart=/usr/bin/tytd2025
Restart=on-failure
User=tytd2025
StandardOutput=journal
[Install]
WantedBy=multi-user.target