mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-22 16:10:55 +02:00
#3135 start API after mnt-hdd.mount
This commit is contained in:
@@ -78,7 +78,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=BlitzBackendAPI
|
Description=BlitzBackendAPI
|
||||||
Wants=network.target
|
Wants=network.target
|
||||||
After=network.target
|
After=network.target mnt-hdd.mount
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/root/blitz_api
|
WorkingDirectory=/root/blitz_api
|
||||||
|
Reference in New Issue
Block a user