Skip to content
Snippets Groups Projects
Verified Commit 7aa9dcaf authored by Julian's avatar Julian
Browse files

Remove stray dependency on systemd-networkd-wait-online.service

Causes long timeouts on Debian Bookworm systems that do not use
systemd-networkd and is unneccesary on others due to the dependency
on network-online.target.
parent 7a99db5d
Branches
Tags
No related merge requests found
Pipeline #38827 waiting for manual action
......@@ -2,7 +2,6 @@
Description=RocketChat Server (follower, depending on main service)
After=network.target
Wants=network-online.target
Wants=systemd-networkd-wait-online.service
PartOf=rocketchat.service
[Service]
......
......@@ -2,7 +2,6 @@
Description=Web-based chat platform
After=network.target
Wants=network-online.target
Wants=systemd-networkd-wait-online.service
[Service]
ExecStart=/usr/bin/node /usr/share/rocketchat/bundle/main.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment