Make it possible to override systemd path and binary information.

This commit is contained in:
Jesse 2022-10-09 17:06:02 -03:00
parent 07fc9220a8
commit a15e16cfe3
1 changed files with 6 additions and 2 deletions

View File

@ -27,8 +27,12 @@
/*
* Systemd integration
*/
#define SYSTEMD_SERVICE_PATH "/lib/systemd/system"
#define SYSTEMD_BINARY_PATH "/bin/systemd"
#ifndef SYSTEMD_SERVICE_PATH
#define SYSTEMD_SERVICE_PATH "/lib/systemd/system"
#endif
#ifndef SYSTEMD_BINARY_PATH
#define SYSTEMD_BINARY_PATH "/bin/systemd"
#endif
#endif /* WANT_SYSTEMD */
#define MINIMAL_MAKE 1 /* Remove disabled scripts from .depend.boot,