criu/include/cr-service-const.h
Pavel Emelyanov a90d01a078 service: Remove systemd startup mode
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>
2015-12-07 11:28:49 +03:00

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__ */