You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ubic-ping service renamed to ubic.ping
* ubic-watchdog becomes ubic.watchdog service
* ubic-update becomes ubic.update service
* ubic-periodic helper script for running these scripts as services
* but we still check watchdog itself via cron
* debian maintainer scripts refactored
Copy file name to clipboardexpand all lines: lib/Ubic/Manual/FAQ.pod
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ It makes possible to check service status via ubic-ping using its port instead o
28
28
Resolving of service by port can't be done on-the-fly by ubic-ping, because all service definitions are cached internally by Ubic.pm (L<Ubic::Multiservice>, actually, but you don't have to know the difference), since constant reloading of service definition can cause memory leaks.
29
29
So ubic-ping instead just loads portmap generated by ubic-update, resolves service name by port, and loads cached service status from another local file.
30
30
31
-
In other words, if you don't use ubic-ping, you can both disable ubic-update and stop ubic-ping service.
31
+
In other words, if you don't use ubic-ping, you can disable both ubic.update and stop ubic.ping service.
32
32
33
33
=head1 How is ubic compatible with SysV-style /etc/rcX.d/ symlinks?
0 commit comments