mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-22 17:19:07 -05:00
264c03bbab
* improvement: use appropriate paths for systemd example * improvement: add a configurable postgres write conn string This adds a new configurable connection string for postgres writes. * improvement: document pg connection_write config * build: upgrade checkout action for github ci --------- Co-authored-by: Petr Kracik <petrkr@petrkr.net> Co-authored-by: Kieran <kieran@harkin.me> Co-authored-by: Greg Heartsfield <scsibug@imap.cc>
15 lines
327 B
Desktop File
15 lines
327 B
Desktop File
[Unit]
|
|
Description=nostr-rs-relay
|
|
|
|
[Service]
|
|
User=REPLACE_WITH_YOUR_USERNAME
|
|
WorkingDirectory=/var/lib/nostr-rs-relay
|
|
Environment=RUST_LOG=warn,nostr_rs_relay=info
|
|
ExecStart=/usr/bin/nostr-rs-relay --config /etc/nostr-rs-relay/config.toml
|
|
TimeoutStopSec=10
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|