14 lines
304 B
Desktop File
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
|