diff --git a/install/daed.service b/install/daed.service index f066596e..d4a75d2e 100644 --- a/install/daed.service +++ b/install/daed.service @@ -1,5 +1,5 @@ [Unit] -Description=daed Service +Description=daed is a integration solution of dae, API and UI. Documentation=https://github.com/daeuniverse/daed After=network-online.target docker.service systemd-sysctl.service Wants=network-online.target @@ -9,7 +9,7 @@ Type=simple User=root LimitNPROC=512 LimitNOFILE=1048576 -ExecStart=/usr/bin/daed run -c /etc/dae/ +ExecStart=/usr/bin/daed run -c /etc/daed/ Restart=on-abnormal [Install]