Add migration guide

This commit is contained in:
Kivi Kaitaniemi
2025-12-18 01:29:20 +02:00
parent 6a1f64c3dd
commit d8ec223fc3
3 changed files with 778 additions and 2 deletions
+3 -1
View File
@@ -50,7 +50,9 @@ If units or user units change, this plugin will flag the module as changed. The
It's possible to override the commands this plugin uses. Create your own `SystemdCommands` class and override methods returning commands. These are the defaults.
```py
class MyCommands(SystemdCommands):
from decman.plugins import systemd
class MyCommands(systemd.SystemdCommands):
"""
Default commands for the Systemd plugin.
"""