chore: service should be after systemd-sysctl.service

This commit is contained in:
mzz2017 2023-03-22 11:35:45 +08:00
parent 88b5bcfa26
commit 7457bb094f

View File

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