Skip to content

AqualinkD service not starting #326

Answered by mrdavidscott
mrdavidscott asked this question in Q&A
Discussion options

You must be logged in to vote

Hello so I fixed it. Just thought I'd leave the solution here. So it was a problem with the service starting to Soon after a boot up. So I added these lines

[Unit]
Requires=network-online.target
After=network-online.target

[Service]
ExecStartPre=/bin/sleep 30

To the
/etc/systemd/system/sshd.service
File.

This also makes services wait for network to be online.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by mrdavidscott
Comment options

You must be logged in to vote
1 reply
@mrdavidscott
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants