fix: depend on multi-user.target rather than network-online.target

This commit is contained in:
s3lph 2023-10-05 00:00:00 +02:00
parent 826a108308
commit 5ad9d309b8
2 changed files with 2 additions and 2 deletions

View file

@ -7,4 +7,4 @@ ExecReload=/usr/bin/kill -HUP $MAINPID
User=spaceapi-server
[Install]
WantedBy=network-online.target
WantedBy=multi-user.target

View file

@ -7,4 +7,4 @@ ExecReload=/usr/bin/kill -HUP $MAINPID
User=spaceapi-server
[Install]
WantedBy=network-online.target
WantedBy=multi-user.target