update default systemd units to use network-online.target fully
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
b6ac3649ee
commit
0ff37b829c
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=conduwuit Matrix homeserver
|
Description=conduwuit Matrix homeserver
|
||||||
After=network.target
|
Wants=network-online.target
|
||||||
|
After=network-online.target
|
||||||
Documentation=https://conduwuit.puppyirl.gay/
|
Documentation=https://conduwuit.puppyirl.gay/
|
||||||
RequiresMountsFor=/var/lib/private/conduwuit
|
RequiresMountsFor=/var/lib/private/conduwuit
|
||||||
|
|
||||||
|
|
3
debian/conduwuit.service
vendored
3
debian/conduwuit.service
vendored
|
@ -1,7 +1,8 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=conduwuit Matrix homeserver
|
Description=conduwuit Matrix homeserver
|
||||||
Documentation=https://conduwuit.puppyirl.gay/
|
Wants=network-online.target
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
|
Documentation=https://conduwuit.puppyirl.gay/
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
DynamicUser=yes
|
DynamicUser=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue