Apache Mesos
|
Functions | |
bool | exists (const Path &path) |
Returns whether a systemd slice configuration file exists at the given path. More... | |
Try< Nothing > | create (const Path &path, const std::string &data) |
Creates a slice configuration with the provided contents at the given path. More... | |
Try< Nothing > | start (const std::string &name) |
Starts the slice with the given name (via 'systemctl start <name>'). More... | |
bool systemd::slices::exists | ( | const Path & | path | ) |
Returns whether a systemd slice configuration file exists at the given path.