-
-
Notifications
You must be signed in to change notification settings - Fork 6
Features Services
Tuck edited this page Jun 28, 2026
·
3 revisions
Systemd service, timer, and journal control.
Note: The canonical documentation for service management is in systemd_units_journal_and_timers.md. This page is a convenience alias.
deskbrid service.list {}
deskbrid service.status { name: "nginx.service" }
deskbrid service.start { name: "nginx.service" }
deskbrid service.stop { name: "nginx.service" }
deskbrid service.restart { name: "nginx.service" }
deskbrid service.enable { name: "nginx.service", runtime: false }
deskbrid service.disable { name: "nginx.service" }deskbrid timer.list {}
deskbrid timer.start { name: "daily-apt.timer" }
deskbrid timer.stop { name: "daily-apt.timer" }deskbrid journal.query {
since: 3600,
unit: "nginx.service",
tail: 100
}from deskbrid import Deskbrid
client = Deskbrid()
status = client.service_status("nginx")
print(status["status"])- Accessibility
- Apps
- Audio
- Backlight (LED driver)
- Bluetooth
- Clipboard
- Color Picker
- Desktop Portal
- Desktop Settings
- Files
- Hotkeys
- Input
- Keyboard Layouts
- Media (MPRIS)
- Monitors
- Network
- Notifications
- Print (CUPS)
- Screenshots
- Screen Recording
- Screencast
- Self-Update
- System
- System Tray
- Systemd Units & Timers
- Terminals (PTY)
- Windows & Workspaces