All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)* Login via ssh: <code> ssh admin@ip.ip.ip.ip </code> 
* Change to the following directory: <code> cd /etc/systemd/system/ </code>
* Create a so called unit-file: <code> sudo touch bos-telegram.service </code>
* open file with: <code> sudo nano bos-telegram.service </code>
* copy the following content into it, change CONNECTIONCODE with your own code:
<pre>
#Systemd unit for Bos-Telegram Bot
#/etc/systemd/system/bos-telegram.service
[Unit]
Description=bos-telegram
Wants=lnd.service 
After=lnd.service