mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-21 22:04:20 +01:00
17 lines
293 B
Desktop File
17 lines
293 B
Desktop File
# RaspiBlitz systemd service unit for certbot-auto renewal timer
|
|
|
|
[Unit]
|
|
Description=Electrs
|
|
After=bitcoind.service
|
|
|
|
[Service]
|
|
WorkingDirectory=/home/admin/
|
|
ExecStart=/home/admin/certbot-auto renew
|
|
|
|
User=admin
|
|
Group=admin
|
|
Type=simple
|
|
KillMode=process
|
|
TimeoutSec=60
|
|
Restart=always
|
|
RestartSec=60 |