Fix #1726. Enable dokku-redeploy systemd service.

This commit is contained in:
louisbl
2015-11-29 22:26:40 +01:00
parent cfe7604696
commit 2f95fa0a95

View File

@@ -39,6 +39,7 @@ ExecStart=/usr/local/bin/dokku ps:restartall
[Install]
WantedBy=multi-user.target
EOF
systemctl enable dokku-redeploy
;;
esac