fix: call ps:retire from system service

[ci skip]
This commit is contained in:
Jose Diaz-Gonzalez
2019-04-09 06:18:16 -04:00
committed by GitHub
parent b120a9cc57
commit 75239ae8b5

View File

@@ -26,7 +26,7 @@ After=docker.service
[Service]
Type=oneshot
User=$DOKKU_SYSTEM_USER
ExecStart=$DOKKU_PATH ps:restore
ExecStart=$DOKKU_PATH ps:retire
[Install]
WantedBy=docker.service