cmd: refactor and use sysdnotify in more commands

* cmd: refactor and use sysdnotify in more commands

Fixes #5117
This commit is contained in:
eNV25
2023-09-04 17:32:04 +02:00
committed by GitHub
parent 6afd7088d3
commit ad724463a5
8 changed files with 46 additions and 27 deletions

2
lib/systemd/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package systemd contains utilities for communication with the systemd service manager.
package systemd