update default systemd units to use network-online.target fully

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry
2024-12-09 13:33:24 -05:00
parent b6ac3649ee
commit 0ff37b829c
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
[Unit]
Description=conduwuit Matrix homeserver
After=network.target
Wants=network-online.target
After=network-online.target
Documentation=https://conduwuit.puppyirl.gay/
RequiresMountsFor=/var/lib/private/conduwuit

View File

@@ -1,7 +1,8 @@
[Unit]
Description=conduwuit Matrix homeserver
Documentation=https://conduwuit.puppyirl.gay/
Wants=network-online.target
After=network-online.target
Documentation=https://conduwuit.puppyirl.gay/
[Service]
DynamicUser=yes