relay/systemd/example-relay.service

16 lines
293 B
SYSTEMD
Raw Normal View History

2022-12-19 21:52:47 +00:00
[Unit]
Description=Activitypub Relay
Documentation=https://git.asonix.dog/asonix/relay
Wants=network.target
After=network.target
[Install]
WantedBy=multi-user.target
[Service]
Type=simple
EnvironmentFile=/etc/systemd/system/example-relay.service.env
ExecStart=/path/to/relay
Restart=always