Skip to content

Commit

Permalink
mxstartup.service: Add explicit network.target dependency
Browse files Browse the repository at this point in the history
Currently mxstartup.service has a After dependency on nis.service and
nis.service has a After dependency on network.target, so we have an
implied After dependency on network.target.

We need to have the network to start mxstartup services.

We are going to disable and remove nis.service, so we can no longer
depend on the implied dependency.

Add After dependency on network.target.
Remove dependency on nis.service.
  • Loading branch information
donald committed Nov 2, 2021
1 parent 36e9774 commit b6dc8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxstartup.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=Mariux mxstartup classic
After=mxmount.service nis.service
After=mxmount.service network.target
Requires=mxmount.service

[Service]
Expand Down

0 comments on commit b6dc8f8

Please sign in to comment.