Skip to content

Commit

Permalink
[I] Typo in service
Browse files Browse the repository at this point in the history
  • Loading branch information
KeironO committed May 7, 2020
1 parent c16f352 commit 7f13973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/systemd/limbus-dumpdb.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=docker.service
[Service]
Restart=always
RestartSec=60s
ExecStart=/usr/local/bin/docker-compose -f /home/keo7/limbus/docker-compose.prod.yml run web sh -c "venv/bin/python dumpdb.py"
ExecStart=/usr/local/bin/docker-compose -f /home/limbus/limbus/docker-compose.prod.yml run web sh -c "venv/bin/python dumpdb.py"

[Install]
WantedBy=multi-user.target

0 comments on commit 7f13973

Please sign in to comment.