14 lines
304 B
SYSTEMD
14 lines
304 B
SYSTEMD
|
[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
|