aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/hommabot/files/pkg-message.in
blob: 34b26022a9a550f62248b56a8deaef2b2d8c2210 (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
31
[
  {
    type: install
    message: <<EOM
========================================================================

Hommabot requires a Telegram bot token.

Create the token file:

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

Then edit it:

  ee %%PREFIX%%/etc/hommabot.token

Then enable the service and configure settings:

  sysrc hommabot_enable=YES
  sysrc hommabot_data_dir=/var/db/hommabot
  sysrc hommabot_token_file=%%PREFIX%%/etc/hommabot.token
  sysrc hommabot_tz=Europe/Helsinki

Start the service:

  service hommabot start

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