# loopd service # /etc/systemd/system/loopd.service [Unit] Description=loopd Wants=lnd.service After=lnd.service [Service] ExecStartPre=/usr/bin/is_not_shutting_down.sh ExecStartPre=/usr/bin/wait_on_lnd.sh ExecStart=/usr/local/bin/loopd User=bitcoin Group=bitcoin Type=simple KillMode=control-group TimeoutSec=240 Restart=always RestartSec=60 StandardOutput=syslog StandardError=syslog SyslogIdentifier=loopd [Install] WantedBy=multi-user.target