-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
librc: Add initial support for dynamically multiplexed services.
Generate a new directory on the service dir, "multiplexed", which will hold all the symlinks we generate at runtime, and a new librc function, "rc_service_multiplex", which takes a basename or service path, and a variant name, then generated a symlink to the base service from the multiplex dir. This allows multiplexing services at runtime, possibly using data acquired at runtime, such as the name of an user or interface.
- Loading branch information
Showing
3 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters