1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-03 15:56:38 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Pavel Odintsov dfc161008a Reworked default systemd unit file to run FastNetMon under regular non root user and switched logging to journald 2024-01-10 15:25:04 +00:00
Pavel Odintsov bffdec7109 Migrated FastNetMon to use simple daemon type instead of old forking one 2024-01-08 11:08:14 +00:00
Pavel Odintsov 5123bf74da Extended LimitNOFILE to 65535 as we may have pretty large number of active attack notification 2022-05-03 12:25:12 +01:00
Pavel Odintsov 72caa8dd2a Moved man for FastNetMon daemon from 8 to 1 as it's best preactice.
The command in /sbin or /usr/sbin are system administration commands; their manual pages
thus belong in section 8, not section 1.

Please check whether the command is actually useful to non-privileged user in which
case it should be moved to /bin or /usr/bin, or alternatively the manual page should
be moved to   section 8 instead, ie. /usr/share/man/man8.   Please refer to Bug#348864,
Bug#253011, and the hier(7) manual page for details.
2022-05-02 15:27:10 +01:00
Pavel Odintsov 1364beed09 Removed dependency on obsoleted syslog.target
Some targets are obsolete by now, e.g. syslog.target or dbus.target. For example,
declaring After=syslog.target is unnecessary by now because syslog is socket-activated
and will therefore be started when needed.
2022-05-02 14:57:27 +01:00
Benjamin Drung fb13a55c5d Add documentation key to systemd service file
Documentation for systemd service files can be automatically viewed
using systemctl help servicename if this field is present. Thus add the
relevant man page, the local and online documentation to the
documentation key.
2017-05-29 16:54:27 +02:00
Benjamin Drung f397d61593 Install fastnetmon.service with cmake
The path to the fastnetmon daemon might differ, thus use configure_file
to set the path dynamically.
2017-05-29 16:50:23 +02:00