gssapi / gssproxy

A proxy for GSSAPI | Docs at https://github.com/gssapi/gssproxy/tree/main/docs
Other
44 stars 28 forks source link

Add self-termination for user mode. #49

Closed simo5 closed 2 years ago

simo5 commented 2 years ago

Self termination kicks in only if the daemon is socket activated, so that the user daemon eventually turns itself off when not used.

The default timeout is 1000 seconds but can be changed via the command line switch --idle-timeout

Fixes #47