File: README.Debian

package info (click to toggle)
iwatch 0.2.2-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 256 kB
  • sloc: perl: 944; sh: 84; xml: 28; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,059 bytes parent folder | download | duplicates (3)
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
iwatch for Debian
-----------------

Installing iwatch and changing the file /etc/default/iwatch without
restarting the system will force to execute the following steps:

    1. Run # systemctl daemon-reload
    2. Run # systemctl restart iwatch

To check the status of the iwatch, you could run the following command:

    # systemctl status iwatch

A problem caused by systemd will force a manual action because the systemd
upstream do not want autoreloads. Please, see more details at #790262 [1].
This procedure solves the bug #801848 [2].

[1] https://bugs.debian.org/790262
[2] https://bugs.debian.org/801848

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 23 Oct 2016 20:23:02 -0200

When running iwatch as a daemon via systemd, it will work under the root user.
Be sure that your system is ready to make all things via root user. E.g. if you
are using sendxmpp command, you will need a .sendxmpprc file under the /root/
directory. See #994857 for details.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 04 Dec 2022 10:00:02 -0300