This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-fingerd/fingerd.service

14 lines
304 B
Desktop File

[Unit]
Description=Mastodon fingerd
After=network.target postgresql.service
[Service]
User=mastodon
WorkingDirectory=/home/mastodon/mastodon-fingerd-py/
ExecStart=/home/mastodon/mastodon-fingerd-py/.venv/bin/python fingerd.py
AmbientCapabilities=CAP_NET_BIND_SERVICE
[Install]
WantedBy=default.target