Add ability to upgrade systemd service files

This commit is contained in:
Daniel
2023-07-28 16:51:38 +02:00
parent 3e8c330775
commit f38589aee5
4 changed files with 266 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
//go:build !linux
// +build !linux
package updates
func upgradeSystemIntegration() error {
return nil
}