Skip to content

Commit ca98581

Browse files
fix(systemd): unit file was missing the requires directive
This could cause the mgmtd to startup with only the loopback device advertised to other services.
1 parent e1e923a commit ca98581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mgmtd/assets/beegfs-mgmtd.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[Unit]
22
Description=BeeGFS Management Server
33
Documentation=https://doc.beegfs.io
4+
Requires=network-online.target
45
After=network.target
56

67
[Service]

0 commit comments

Comments
 (0)