Skip to content

Commit

Permalink
fix(meta): Fix dependency error in systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
fussel178 committed Dec 22, 2021
1 parent 892c329 commit 44064f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/systemd/system/redis-commander.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Description=Redis management tool written in node.js
Documentation=https://github.com/joeferner/redis-commander/
Wants=docker-compose@telestion-project-daedalus2.service
Requires=docker-compose@telestion-project2-daedalus2.service
Requires=docker-compose@telestion-project-daedalus2.service
After=network.target

[Service]
Expand Down

0 comments on commit 44064f8

Please sign in to comment.