chore: dae service should be after docker.service

This commit is contained in:
mzz2017 2023-02-08 21:35:05 +08:00 committed by mzz
parent a20e1a48d8
commit 410bfd0691

View File

@ -1,7 +1,7 @@
[Unit]
Description=dae Service
Documentation=https://github.com/v2rayA/dae
After=network-online.target
After=network-online.target docker.service
Wants=network-online.target
[Service]