Skip to content

Commit

Permalink
chore(daed.service): conflict with dae.service (#471)
Browse files Browse the repository at this point in the history
Signed-off-by: cubercsl <[email protected]>
  • Loading branch information
cubercsl authored Jul 29, 2024
1 parent 740cf42 commit dfe413b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/daed.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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
Conflicts=dae.service

[Service]
Type=simple
Expand All @@ -13,4 +14,4 @@ ExecStart=/usr/bin/daed run -c /etc/daed/
Restart=on-abnormal

[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

0 comments on commit dfe413b

Please sign in to comment.