mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-08 17:48:00 +00:00
10 lines
161 B
Desktop File
10 lines
161 B
Desktop File
[Unit]
|
|
Description=ActivityPub Relay
|
|
|
|
[Service]
|
|
WorkingDirectory=/home/relay/relay
|
|
ExecStart=/usr/bin/python3 -m relay run
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|