fix(drive-health): missing daemon WantedBy= (#142) (#143)

Without a WantedBy= option set in noctalia-drive-health-service.in, the
service cannot be started, which results in an error.
This commit is contained in:
onyx_t
2026-07-29 08:48:32 -04:00
committed by GitHub
parent d8caa31191
commit 257d746be5
2 changed files with 4 additions and 1 deletions
@@ -34,3 +34,6 @@ LockPersonality=true
MemoryDenyWriteExecute=true
CapabilityBoundingSet=CAP_DAC_OVERRIDE CAP_SYS_ADMIN CAP_SYS_RAWIO
ReadWritePaths=/run/noctalia-drive-health
[Install]
WantedBy=multi-user.target
+1 -1
View File
@@ -1,6 +1,6 @@
id = "gustav0ar/drive-health"
name = "Drive Health"
version = "1.2.5"
version = "1.2.6"
plugin_api = 17
author = "Drive Health contributors"
license = "MIT"