diff options
Diffstat (limited to 'src/pmdas/systemd/root')
-rw-r--r-- | src/pmdas/systemd/root | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pmdas/systemd/root b/src/pmdas/systemd/root new file mode 100644 index 0000000..cac7f3a --- /dev/null +++ b/src/pmdas/systemd/root @@ -0,0 +1,11 @@ +#include <stdpmid> + +root { + systemd +} + +#ifndef SYSTEMD +#define SYSTEMD 114 +#endif + +#include "pmns" |