Skip to content

Instantly share code, notes, and snippets.

@sitedata
Forked from mariodian/btcpayserver.service
Last active October 12, 2022 11:28
Show Gist options
  • Save sitedata/c0620ffa492963873e39fbb6935db13e to your computer and use it in GitHub Desktop.
Save sitedata/c0620ffa492963873e39fbb6935db13e to your computer and use it in GitHub Desktop.
BTCPayServer Systemd Service
[Unit]
Description=BtcPayServer daemon
Requires=btcpayserver.service
After=nbxplorer.service
[Service]
ExecStart=/usr/bin/dotnet run --no-launch-profile --no-build -c Release -p "/home/sitedata/source/btcpayserver/BTCPayServer/BTCPayServer.csproj" -- $@
User=sitedata
Group=sitedata
Type=simple
PIDFile=/run/btcpayserver/btcpayserver.pid
Restart=on-failure
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment