unix/fiss

adding suspend/resume to config.h (808e340aba5ce5c89f8272d451668dab8f24f409)
Repositories | LICENSE

commit 808e340aba5ce5c89f8272d451668dab8f24f409
parent 425a114113c53bf0def6a0994f9673e3cb86b0cd
Author: Friedel Schon <[email protected]>
Date:   Tue, 25 Apr 2023 12:43:12 +0200

adding suspend/resume to config.h

Diffstat:
Minclude/config.h4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/config.h b/include/config.h @@ -20,6 +20,10 @@ #define SV_START_EXEC "/usr/share/fiss/start" // path to stop-script #define SV_STOP_EXEC "/usr/share/fiss/stop" +// path to suspend-script +#define SV_SUSPEND_EXEC "/usr/share/fiss/suspend" +// path to resume-script +#define SV_RESUME_EXEC "/usr/share/fiss/resume" // the current version #define SV_VERSION "0.1.0" // time to wait to accept new connection