mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-14 04:28:49 -05:00
When enabled, the feature uses libsystemd to notify service manager about the following states: - ready - periodic alive ping (20s) - stopping It allows to use Cage in a systemd unit with following options: Type=notify WatchdogSec=30s
2 lines
194 B
Meson
2 lines
194 B
Meson
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
|
|
option('systemd', type: 'feature', value: 'disabled', description: 'Notify status to systemd')
|