aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/taulubot/files/pkg-message.in
blob: deeeac99948868526cd1c72ea3f8f3209e474310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
  {
    type: install
    message: <<EOM
========================================================================

Taulubot requires a Telegram bot token.

Create the token file:

  install -m 600 /dev/null %%PREFIX%%/etc/taulubot.token

Then edit it:

  ee %%PREFIX%%/etc/taulubot.token

Then enable the service and configure settings:

  sysrc taulubot_enable=YES
  sysrc taulubot_photos_dir=/var/db/taulubot
  sysrc taulubot_token_file=%%PREFIX%%/etc/taulubot.token

Start the service:

  service taulubot start

========================================================================
EOM
  }
]