systemd · Capability

systemd Manager — Jobs

Self-contained Naftiko capability covering the systemd Manager job surface — listing pending and active jobs and cancelling them.

systemd Manager — Jobs is a Naftiko capability published by systemd, one of 9 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include D-Bus, Jobs, and Systemd.

Run with Naftiko D-BusJobsSystemd

Capability Spec

systemd1-jobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: systemd Manager — Jobs
  description: |
    Self-contained Naftiko capability covering the systemd Manager job surface — listing pending
    and active jobs and cancelling them.
  tags:
  - D-Bus
  - Jobs
  - Systemd
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
- namespace: env
  keys:
    SYSTEMD_BUS_ADDRESS: SYSTEMD_BUS_ADDRESS
capability:
  consumes:
  - type: dbus
    namespace: org.freedesktop.systemd1
    busName: org.freedesktop.systemd1
    objectPath: /org/freedesktop/systemd1
    description: Job tracking and control.
    resources:
    - name: jobs
      operations:
      - name: ListJobs
        method: ListJobs
        description: List pending and active jobs.
      - name: CancelJob
        method: CancelJob
        description: Cancel a pending job by id.