This repository has been archived on 2025-08-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
subscribe-list/subscribe-list.service

14 lines
No EOL
347 B
Desktop File

[Unit]
Description=web server for managing subscriptions
Requires=subscribe-list.socket
[Service]
Environment=RUST_LOG=info
Type=exec
ExecStartPre=test -f /var/lib/subscribe-list/list.db
ExecStart=/usr/bin/subscribe-list --config /etc/subscribe-list/config.toml serve --listen-fd
User=www-data
Group=www-data
[Install]
Also=subscribe-list.socket