Skip to content

Commit 8fa8a26

Browse files
committed
systemd: update unit-file.h link
Fixes: #21086
1 parent c7fddca commit 8fa8a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/systemd/services.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class ServicesPageBody extends React.Component {
239239
};
240240

241241
// Possible UnitFileState values: enabled, enabled-runtime, linked, linked-runtime, alias, masked, masked-runtime, static, disabled, invalid, indirect, generated, transient, bad
242-
// See: typedef enum UnitFileState https://github.com/systemd/systemd/blob/main/src/basic/unit-file.h
242+
// See: typedef enum UnitFileState https://github.com/systemd/systemd/blob/main/src/shared/unit-file.h
243243
this.unitFileState = {
244244
enabled: _("Enabled"),
245245
"enabled-runtime": _("Enabled"),

0 commit comments

Comments
 (0)