mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +00:00
Due to security reasons the systemd-spawn mode is no longer supported in service. Also fix the default binding address to be in local cwd not to start global service by chance. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
6 lines
159 B
C
6 lines
159 B
C
#ifndef __CR_SERVICE_CONST_H__
|
|
#define __CR_SERVICE_CONST_H__
|
|
|
|
#define CR_DEFAULT_SERVICE_ADDRESS "./criu_service.socket"
|
|
|
|
#endif /* __CR_SERVICE_CONST_H__ */
|